YourOnlineChoices_OFF

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

Author
Damian Nietczak
Daily installs
0
Total installs
6
Ratings
0 0 0
Version
0.1
Created
2019-12-30
Updated
2019-12-30
Size
730 Bytes
License
N/A
Applies to

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