Greasy Fork is available in English.

YourOnlineChoices_OFF

Turn off all ads on youronlinechoices -- it's not an userscript !!! Copy and paste a function below to the console.

Autor
Damian Nietczak
Dziennych instalacji
0
Wszystkich instalacji
5
Oceny
0 0 0
Wersja
0.1
Utworzono
30-12-2019
Zaktualizowano
30-12-2019
Licencja
Brak licencji
Dotyczy

PL: kopiuj wklej do konsoli
EN: copy and paste this script into the console only after information retrieving disappears

copy only this part:


$(".partnerBox").each(function(index){
let statusBox= false;
try{
if($(this).find(".on").length || $(this).find(".nocookie").length){
statusBox = true;
}

if(statusBox){
$(this).find("#rdio_out").click();
}
}
catch{}
});