KieranK07 / AdsSuck-Windows

this one's for windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdsSuck for Windows

Choose installation type:

Usual installation (New theme)

Run The following command in PowerShell:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/KieranK07/AdsSuck-Windows/main/Install.ps1').Content) } -new_theme"
Usual installation (Old theme)

Run The following command in PowerShell:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/KieranK07/AdsSuck-Windows/main/Install.ps1').Content | iex
Automatic full installation

Run The following command in PowerShell:

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/KieranK07/AdsSuck-Windows/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on -start_spoti -new_theme -adsections_off -lyrics_stat spotify"

Uninstall

Note: this is a partial fork of SpotX

About

this one's for windows

License:MIT License


Languages

Language:PowerShell 97.6%Language:Batchfile 2.4%