@coxackie All good now! =)
Search Criteria
Package Details: spotify-remove-ad-banner 6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotify-remove-ad-banner.git (read-only, click to copy) |
---|---|
Package Base: | spotify-remove-ad-banner |
Description: | Remove Spotify ad banner |
Upstream URL: | None |
Keywords: | spotify |
Licenses: | unknown |
Submitter: | coxackie |
Maintainer: | coxackie |
Last Packager: | coxackie |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2022-01-10 18:06 (UTC) |
Last Updated: | 2025-06-02 18:02 (UTC) |
Dependencies (4)
- sed (sed-gitAUR)
- spotifyAUR (spotify-1.1AUR, spotify-edgeAUR, spotify-devAUR)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-pAUR, unzip-bsdunzip-symlinkAUR)
- zip (zip-natspecAUR)
Required by (0)
Sources (3)
sjclayton commented on 2025-06-02 18:27 (UTC)
coxackie commented on 2025-06-02 18:04 (UTC)
@sjclayton sorry about the situation, could you check now?
sjclayton commented on 2025-06-02 17:28 (UTC) (edited on 2025-06-02 17:29 (UTC) by sjclayton)
@coxackie Cannot upgrade from 5-1 to 6-1, it seems one of your md5 hashes must be wrong in the new PKGBUILD. I get the following error when attempting to upgrade:
==> Validating source files with md5sums... spotify-remove-ad-banner.hook ... Passed remove.sh ... FAILED restore.sh ... Passed ==> ERROR: One or more files did not pass the validity check! -> error making: spotify-remove-ad-banner-exit status 1 -> Failed to install the following packages. Manual intervention is required: spotify-remove-ad-banner - exit status 1
Sanras commented on 2023-06-13 01:26 (UTC)
@coxackie, have you taken a look into the SpotX for Bash project? I know basically nothing about AUR packaging, but I wonder if we could somehow integrate the installation of this script into an updateable aur package that can update whenever a new version of the spotify
AUR package drops.
Sanras commented on 2023-05-03 15:08 (UTC)
Anyone figure out how to remove the upgrade button on 1.2.9.743-1 yet?
It seems the code has changed significantly, and even though I can find references to lines such as shouldShowUpgradeButton:i
, I'm not sure how to remove it.
It seems like the ad banner is still easy pickings, a simple adsEnabled
!0
to adsEnabled
!1
swap.
HydeFromT70s commented on 2022-10-11 00:22 (UTC) (edited on 2022-10-11 00:22 (UTC) by HydeFromT70s)
@coxackie, thanks for creating AUR package, very helpful, finally nothing covers playlists!
@Sanras, thanks for the tip how to remove "upgrade button".
For those who want to, but don't know how to remove "upgrade button", just peek at "remove.sh" file and you will find out, that you can unzip xpui.js from xpui.spa, manually remove i().createElement($w,{spec:w,onClick:C,className:zN.Z.UpgradeButton}),
and insert modified file back into xpui.spa :)
Sanras commented on 2022-06-10 18:03 (UTC)
@coxackie, on the latest version of Spotify for Linux (1.1.84.716-2), the Upgrade button can be removed by deleting this line in xpui.js - i().createElement($w,{spec:w,onClick:C,className:zN.Z.UpgradeButton}),
coxackie commented on 2022-05-16 10:21 (UTC) (edited on 2022-10-12 19:28 (UTC) by coxackie)
@kr0wx1 unfortunately, with every update of the spotify package the way to remove the upgrade button is changed in the xpui.js
file. I cannot put the effort to chase it down every time. I will just remove this broken functionality - realistically speaking, the ad banner is much more annoying than the upgrade button.
kr0wx1 commented on 2022-05-15 22:06 (UTC)
Hey friend! thanks for making this AUR package... but it just removes the empty ad placeholder and it won't remove the upgrade button! I mean the script for removing empty ad banner is just easy and understandable I did it myself before but this package wont remove the upgrade button but you said it does! can you pls tell me how? :(
coxackie commented on 2022-01-11 11:38 (UTC) (edited on 2022-01-11 18:06 (UTC) by coxackie)
@Sanras please check the new version - I think it works in removing the "Upgrade" button as well. Just to ensure you check properly: please install this after a clean installation of spotify, i.e., xpui.spa
should not have been altered by you before.
Pinned Comments
coxackie commented on 2022-01-10 18:11 (UTC) (edited on 2022-10-04 07:08 (UTC) by coxackie)
This is a simple stripped-down version of a script that appears in the github page of
spotify-adblock
in order to remove the annoying ad banner in Spotify. This is only a (hopefully, welcome) visual change and does not remove the ads themselves - for this, you have to additionally use thespotify-adblock(-git)
package.