Hello RivalGamers, Today I bring to you Spotify AdBlocker for the Latest Desktop Version!
Things you will need:
- PC (With Admin Rights)
- Latest Spotify.exe Installed.
- A Brain :p
Let's Get started! 🙂
1. Close Spotify (If running)
2. Simply Run Spotify AD Blocker - anxify.bat (Disable AntiVirus or Windows Firewall if any problems)
3. Enjoy not having those annoying ADS 😀
SOURCE:
[HIDE]
@ECHO OFF :: BatchGotAdmin :------------------------------------- REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%system32cacls.exe" "%SYSTEMROOT%system32configsystem" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%getadmin.vbs" set params = %*:"=" echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%getadmin.vbs" "%temp%getadmin.vbs" del "%temp%getadmin.vbs" exit /B :gotAdmin pushd "%CD%" CD /D "%~dp0" :-------------------------------------- TITLE=Spotify Hosts File @anxify copy C:WindowsSystem32driversetchosts C:WindowsSystem32driversetchosts.bck ECHO. >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 pubads.g.doubleclick.net >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 securepubads.g.doubleclick.net >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 www.googletagservices.com >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 gads.pubmatic.com >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 ads.pubmatic.com >> C:WindowsSystem32driversetchosts ECHO 0.0.0.0 spclient.wg.spotify.com >> C:WindowsSystem32driversetchosts EXIT
[/HIDE]