Turn off all ads on youronlinechoices -- it's not an userscript !!! Copy and paste a function below to the console.
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{}
});