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.

Yazar
Damian Nietczak
Günlük kurulumlar
0
Toplam kurulumlar
5
Değerlendirmeler
0 0 0
Versiyon
0.1
Oluşturulma
30.12.2019
Güncellenme
30.12.2019
Lisans
N/A
Geçerli

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{}
});