Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
ZTE MF283U 4G Unlocked Router (Used)
ayanthamaxi
Updated:
Sunday at 8:26 PM
ලංකාවේ හොඳම උපකාරක පන්ති සහ ගුරුවරුන් එකම තැනකින් - TopTuition.lk
dulithapathum
Updated:
Saturday at 8:07 AM
Colombo
RidhMathraa ’26 🎶✨
Tmadhusanka
Updated:
Wednesday at 11:58 PM
Ad icon
Colombo
PXN V10 Pro Direct Drive Racing Wheel (Under Warranty)
Abdur Rahman
Updated:
Wednesday at 10:23 PM
Ad icon
USDT ණය සේවාව - USDT Loan Service
පුරවැසියා
Updated:
Wednesday at 4:54 PM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
🟢 Spotify Free | Ad Block/Skip 🎶 [Windows]
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="KandyMalli" data-source="post: 26927286" data-attributes="member: 566261"><p><strong>zip files wagayak extract karanawa balagena use karanna. virus / files encrypt wenna puluwan</strong></p><p></p><p>[CODE]# Ignore errors from `Stop-Process`</p><p>$PSDefaultParameterValues['Stop-Process:ErrorAction'] = 'SilentlyContinue'</p><p></p><p>write-host @'</p><p>*****************</p><p>@mrpond message:</p><p>#Thailand #ThaiProtest #ThailandProtest #freeYOUTH</p><p>Please retweet these hashtag, help me stop dictator government!</p><p>*****************</p><p>'@</p><p></p><p>write-host @'</p><p>*****************</p><p>Author: @Nuzair46</p><p>*****************</p><p>'@</p><p></p><p>$SpotifyDirectory = "$env:APPDATA\Spotify"</p><p>$SpotifyExecutable = "$SpotifyDirectory\Spotify.exe"</p><p>$SpotifyApps = "$SpotifyDirectory\Apps"</p><p></p><p>Write-Host 'Stopping Spotify...'`n</p><p>Stop-Process -Name Spotify</p><p>Stop-Process -Name SpotifyWebHelper</p><p></p><p>if ($PSVersionTable.PSVersion.Major -ge 7)</p><p>{</p><p> Import-Module Appx -UseWindowsPowerShell</p><p>}</p><p></p><p>if (Get-AppxPackage -Name SpotifyAB.SpotifyMusic) {</p><p> Write-Host @'</p><p>The Microsoft Store version of Spotify has been detected which is not supported.</p><p>'@`n</p><p> $ch = Read-Host -Prompt "Uninstall Spotify Windows Store edition (Y/N) "</p><p> if ($ch -eq 'y'){</p><p> Write-Host @'</p><p>Uninstalling Spotify.</p><p>'@`n</p><p> Get-AppxPackage -Name SpotifyAB.SpotifyMusic | Remove-AppxPackage</p><p> } else{</p><p> Write-Host @'</p><p>Exiting...</p><p>'@`n</p><p> Pause</p><p> exit</p><p> }</p><p>}</p><p></p><p>Push-Location -LiteralPath $env:TEMP</p><p>try {</p><p> # Unique directory name based on time</p><p> New-Item -Type Directory -Name "BlockTheSpot-$(Get-Date -UFormat '%Y-%m-%d_%H-%M-%S')" `</p><p> | Convert-Path `</p><p> | Set-Location</p><p>} catch {</p><p> Write-Output $_</p><p> Pause</p><p> exit</p><p>}</p><p></p><p>Write-Host 'Downloading latest patch (chrome_elf.zip)...'`n</p><p>$webClient = New-Object -TypeName System.Net.WebClient</p><p>try {</p><p> $webClient.DownloadFile(</p><p> # Remote file URL</p><p> 'https://github.com/mrpond/BlockTheSpot/releases/latest/download/chrome_elf.zip',</p><p> # Local file path</p><p> "$PWD\chrome_elf.zip"</p><p> )</p><p>} catch {</p><p> Write-Output $_</p><p> Sleep</p><p>}</p><p><#</p><p>try {</p><p> $webClient.DownloadFile(</p><p> # Remote file URL</p><p> 'https://github.com/mrpond/BlockTheSpot/files/5969916/zlink.zip',</p><p> # Local file path</p><p> "$PWD\zlink.zip"</p><p> )</p><p>} catch {</p><p> Write-Output $_</p><p> Sleep</p><p>}</p><p>try {</p><p> $webClient.DownloadFile(</p><p> # Remote file URL</p><p> 'https://github.com/mrpond/BlockTheSpot/files/6234124/xpui.zip',</p><p> # Local file path</p><p> "$PWD\xpui.zip"</p><p> )</p><p>} catch {</p><p> Write-Output $_</p><p> Sleep</p><p>}</p><p>#></p><p>Expand-Archive -Force -LiteralPath "$PWD\chrome_elf.zip" -DestinationPath $PWD</p><p>Remove-Item -LiteralPath "$PWD\chrome_elf.zip"</p><p><#</p><p>Expand-Archive -Force -LiteralPath "$PWD\zlink.zip" -DestinationPath $PWD</p><p>Remove-Item -LiteralPath "$PWD\zlink.zip"</p><p>Expand-Archive -Force -LiteralPath "$PWD\xpui.zip" -DestinationPath $PWD</p><p>Remove-Item -LiteralPath "$PWD\xpui.zip"</p><p>#></p><p>$spotifyInstalled = (Test-Path -LiteralPath $SpotifyExecutable)</p><p>if (-not $spotifyInstalled) {</p><p> Write-Host @'</p><p>Spotify installation was not detected.</p><p>Downloading Latest Spotify full setup, please wait...</p><p>'@</p><p> try {</p><p> $webClient.DownloadFile(</p><p> # Remote file URL</p><p> 'https://download.scdn.co/SpotifyFullSetup.exe',</p><p> # Local file path</p><p> "$PWD\SpotifyFullSetup.exe"</p><p> )</p><p> } catch {</p><p> Write-Output $_</p><p> Pause</p><p> exit</p><p> }</p><p> mkdir $SpotifyDirectory >$null 2>&1</p><p> Write-Host 'Running installation...'</p><p> Start-Process -FilePath "$PWD\SpotifyFullSetup.exe"</p><p> Write-Host 'Stopping Spotify...Again'</p><p> while ((Get-Process -name Spotify -ErrorAction SilentlyContinue) -eq $null){</p><p> #waiting until installation complete</p><p> }</p><p> Stop-Process -Name Spotify >$null 2>&1</p><p> Stop-Process -Name SpotifyWebHelper >$null 2>&1</p><p> Stop-Process -Name SpotifyFullSetup >$null 2>&1</p><p>}</p><p></p><p>if (!(test-path $SpotifyDirectory/chrome_elf.dll.bak)){</p><p> move $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf.dll.bak >$null 2>&1</p><p>}</p><p></p><p>Write-Host 'Patching Spotify...'</p><p>$patchFiles = "$PWD\chrome_elf.dll", "$PWD\config.ini"</p><p><#</p><p>$remup = "$PWD\zlink.spa"</p><p>$uipat = "$PWD\xpui.spa"</p><p>#></p><p>Copy-Item -LiteralPath $patchFiles -Destination "$SpotifyDirectory"</p><p><#</p><p>$ch = Read-Host -Prompt "Optional - Remove Upgrade Button. (Y/N) "</p><p>if ($ch -eq 'y'){</p><p> move $SpotifyApps\zlink.spa $SpotifyApps\zlink.spa.bak >$null 2>&1</p><p> Copy-Item -LiteralPath $remup -Destination "$SpotifyApps"</p><p>} else{</p><p> Write-Host @'</p><p>Won't remove Upgrade Button.</p><p>'@`n</p><p>}</p><p></p><p>$ch = Read-Host -Prompt "Change Alpha UI back to Old UI. (BTS only supports Old UI). (Y/N) "</p><p>if ($ch -eq 'y'){</p><p> move $SpotifyApps\xpui.spa $SpotifyApps\xpui.spa.bak >$null 2>&1</p><p> Copy-Item -LiteralPath $uipat -Destination "$SpotifyApps"</p><p>} else{</p><p> Write-Host @'</p><p>UI isn't changed.</p><p>'@`n</p><p>}</p><p>#></p><p></p><p>$ch = Read-Host -Prompt "Optional - Remove ad placeholder and upgrade button. (Experimental) (Y/N) "</p><p>if ($ch -eq 'y') {</p><p> Add-Type -Assembly 'System.IO.Compression.FileSystem'</p><p></p><p> Copy-Item -Path "$SpotifyApps\xpui.spa" -Destination "$SpotifyApps\xpui.spa.bak"</p><p></p><p> $zip = [System.IO.Compression.ZipFile]::Open("$SpotifyApps\xpui.spa", 'update')</p><p> $entry = $zip.GetEntry('xpui.js')</p><p></p><p> # Extract xpui.js from zip to memory</p><p> $reader = New-Object System.IO.StreamReader($entry.Open())</p><p> $xpuiContents = $reader.ReadToEnd()</p><p> $reader.Close()</p><p></p><p> # Replace ".ads.leaderboard.isEnabled" + separator - '}' or ')'</p><p> # With ".ads.leaderboard.isEnabled&&false" + separator</p><p> $xpuiContents = $xpuiContents -replace '(\.ads\.leaderboard\.isEnabled)(}|\))', '$1&&false$2'</p><p> </p><p> # Delete ".createElement(XX,{onClick:X,className:XX.X.UpgradeButton}),X()"</p><p> $xpuiContents = $xpuiContents -replace '\.createElement\([^.,{]+,{onClick:[^.,]+,className:[^.]+\.[^.]+\.UpgradeButton}\),[^.(]+\(\)', ''</p><p> </p><p> # Rewrite it to the zip</p><p> $writer = New-Object System.IO.StreamWriter($entry.Open())</p><p> $writer.BaseStream.SetLength(0)</p><p> $writer.Write($xpuiContents)</p><p> $writer.Close()</p><p></p><p> $zip.Dispose()</p><p>} else {</p><p> Write-Host @'</p><p>Won't remove ad placeholder and upgrade button.</p><p>'@`n</p><p>}</p><p></p><p>$tempDirectory = $PWD</p><p>Pop-Location</p><p></p><p>Remove-Item -Recurse -LiteralPath $tempDirectory </p><p></p><p>Write-Host 'Patching Complete, starting Spotify...'</p><p>Start-Process -WorkingDirectory $SpotifyDirectory -FilePath $SpotifyExecutable</p><p>Write-Host 'Done.'</p><p></p><p>write-host @'</p><p>*****************</p><p>@mrpond message:</p><p>#Thailand #ThaiProtest #ThailandProtest #freeYOUTH</p><p>Please retweet these hashtag, help me stop dictator government!</p><p>*****************</p><p>'@</p><p></p><p>exit[/CODE]</p></blockquote><p></p>
[QUOTE="KandyMalli, post: 26927286, member: 566261"] [B]zip files wagayak extract karanawa balagena use karanna. virus / files encrypt wenna puluwan[/B] [CODE]# Ignore errors from `Stop-Process` $PSDefaultParameterValues['Stop-Process:ErrorAction'] = 'SilentlyContinue' write-host @' ***************** @mrpond message: #Thailand #ThaiProtest #ThailandProtest #freeYOUTH Please retweet these hashtag, help me stop dictator government! ***************** '@ write-host @' ***************** Author: @Nuzair46 ***************** '@ $SpotifyDirectory = "$env:APPDATA\Spotify" $SpotifyExecutable = "$SpotifyDirectory\Spotify.exe" $SpotifyApps = "$SpotifyDirectory\Apps" Write-Host 'Stopping Spotify...'`n Stop-Process -Name Spotify Stop-Process -Name SpotifyWebHelper if ($PSVersionTable.PSVersion.Major -ge 7) { Import-Module Appx -UseWindowsPowerShell } if (Get-AppxPackage -Name SpotifyAB.SpotifyMusic) { Write-Host @' The Microsoft Store version of Spotify has been detected which is not supported. '@`n $ch = Read-Host -Prompt "Uninstall Spotify Windows Store edition (Y/N) " if ($ch -eq 'y'){ Write-Host @' Uninstalling Spotify. '@`n Get-AppxPackage -Name SpotifyAB.SpotifyMusic | Remove-AppxPackage } else{ Write-Host @' Exiting... '@`n Pause exit } } Push-Location -LiteralPath $env:TEMP try { # Unique directory name based on time New-Item -Type Directory -Name "BlockTheSpot-$(Get-Date -UFormat '%Y-%m-%d_%H-%M-%S')" ` | Convert-Path ` | Set-Location } catch { Write-Output $_ Pause exit } Write-Host 'Downloading latest patch (chrome_elf.zip)...'`n $webClient = New-Object -TypeName System.Net.WebClient try { $webClient.DownloadFile( # Remote file URL 'https://github.com/mrpond/BlockTheSpot/releases/latest/download/chrome_elf.zip', # Local file path "$PWD\chrome_elf.zip" ) } catch { Write-Output $_ Sleep } <# try { $webClient.DownloadFile( # Remote file URL 'https://github.com/mrpond/BlockTheSpot/files/5969916/zlink.zip', # Local file path "$PWD\zlink.zip" ) } catch { Write-Output $_ Sleep } try { $webClient.DownloadFile( # Remote file URL 'https://github.com/mrpond/BlockTheSpot/files/6234124/xpui.zip', # Local file path "$PWD\xpui.zip" ) } catch { Write-Output $_ Sleep } #> Expand-Archive -Force -LiteralPath "$PWD\chrome_elf.zip" -DestinationPath $PWD Remove-Item -LiteralPath "$PWD\chrome_elf.zip" <# Expand-Archive -Force -LiteralPath "$PWD\zlink.zip" -DestinationPath $PWD Remove-Item -LiteralPath "$PWD\zlink.zip" Expand-Archive -Force -LiteralPath "$PWD\xpui.zip" -DestinationPath $PWD Remove-Item -LiteralPath "$PWD\xpui.zip" #> $spotifyInstalled = (Test-Path -LiteralPath $SpotifyExecutable) if (-not $spotifyInstalled) { Write-Host @' Spotify installation was not detected. Downloading Latest Spotify full setup, please wait... '@ try { $webClient.DownloadFile( # Remote file URL 'https://download.scdn.co/SpotifyFullSetup.exe', # Local file path "$PWD\SpotifyFullSetup.exe" ) } catch { Write-Output $_ Pause exit } mkdir $SpotifyDirectory >$null 2>&1 Write-Host 'Running installation...' Start-Process -FilePath "$PWD\SpotifyFullSetup.exe" Write-Host 'Stopping Spotify...Again' while ((Get-Process -name Spotify -ErrorAction SilentlyContinue) -eq $null){ #waiting until installation complete } Stop-Process -Name Spotify >$null 2>&1 Stop-Process -Name SpotifyWebHelper >$null 2>&1 Stop-Process -Name SpotifyFullSetup >$null 2>&1 } if (!(test-path $SpotifyDirectory/chrome_elf.dll.bak)){ move $SpotifyDirectory\chrome_elf.dll $SpotifyDirectory\chrome_elf.dll.bak >$null 2>&1 } Write-Host 'Patching Spotify...' $patchFiles = "$PWD\chrome_elf.dll", "$PWD\config.ini" <# $remup = "$PWD\zlink.spa" $uipat = "$PWD\xpui.spa" #> Copy-Item -LiteralPath $patchFiles -Destination "$SpotifyDirectory" <# $ch = Read-Host -Prompt "Optional - Remove Upgrade Button. (Y/N) " if ($ch -eq 'y'){ move $SpotifyApps\zlink.spa $SpotifyApps\zlink.spa.bak >$null 2>&1 Copy-Item -LiteralPath $remup -Destination "$SpotifyApps" } else{ Write-Host @' Won't remove Upgrade Button. '@`n } $ch = Read-Host -Prompt "Change Alpha UI back to Old UI. (BTS only supports Old UI). (Y/N) " if ($ch -eq 'y'){ move $SpotifyApps\xpui.spa $SpotifyApps\xpui.spa.bak >$null 2>&1 Copy-Item -LiteralPath $uipat -Destination "$SpotifyApps" } else{ Write-Host @' UI isn't changed. '@`n } #> $ch = Read-Host -Prompt "Optional - Remove ad placeholder and upgrade button. (Experimental) (Y/N) " if ($ch -eq 'y') { Add-Type -Assembly 'System.IO.Compression.FileSystem' Copy-Item -Path "$SpotifyApps\xpui.spa" -Destination "$SpotifyApps\xpui.spa.bak" $zip = [System.IO.Compression.ZipFile]::Open("$SpotifyApps\xpui.spa", 'update') $entry = $zip.GetEntry('xpui.js') # Extract xpui.js from zip to memory $reader = New-Object System.IO.StreamReader($entry.Open()) $xpuiContents = $reader.ReadToEnd() $reader.Close() # Replace ".ads.leaderboard.isEnabled" + separator - '}' or ')' # With ".ads.leaderboard.isEnabled&&false" + separator $xpuiContents = $xpuiContents -replace '(\.ads\.leaderboard\.isEnabled)(}|\))', '$1&&false$2' # Delete ".createElement(XX,{onClick:X,className:XX.X.UpgradeButton}),X()" $xpuiContents = $xpuiContents -replace '\.createElement\([^.,{]+,{onClick:[^.,]+,className:[^.]+\.[^.]+\.UpgradeButton}\),[^.(]+\(\)', '' # Rewrite it to the zip $writer = New-Object System.IO.StreamWriter($entry.Open()) $writer.BaseStream.SetLength(0) $writer.Write($xpuiContents) $writer.Close() $zip.Dispose() } else { Write-Host @' Won't remove ad placeholder and upgrade button. '@`n } $tempDirectory = $PWD Pop-Location Remove-Item -Recurse -LiteralPath $tempDirectory Write-Host 'Patching Complete, starting Spotify...' Start-Process -WorkingDirectory $SpotifyDirectory -FilePath $SpotifyExecutable Write-Host 'Done.' write-host @' ***************** @mrpond message: #Thailand #ThaiProtest #ThailandProtest #freeYOUTH Please retweet these hashtag, help me stop dictator government! ***************** '@ exit[/CODE] [/QUOTE]
Insert quotes…
Verification
Nawa warak dahaya keeyada? (Namaya wadi kireema dahaya)
Post reply
Top
Bottom