Greasy Fork is available in English.

Rimuovi i popup di richiesta d'accesso (non aggiornato - sviluppo terminato)

Rimuovi i fastidiosi banner e popup di richiesta d'accesso dalle versioni mobile e desktop di Facebook, Instagram, Reddit, Twitter, Quora, VK, Pinterest, Tumblr, Twitch e dalla versione mobile di Youtube e TikTok.

< Valutazione su Rimuovi i popup di richiesta d'accesso (non aggiornato - sviluppo terminato)

Recensione: Bene - lo script funziona

§
Pubblicato: 06/12/2023

Hello
Reddit is not working in the current code. I suggest inserting the following code to redditShadowRootPatch()


//delete app qr code
document.querySelector("#nsfw-qr-dialog").remove();
//remove backdrop
var bodyChildren = document.getElementsByTagName('body')[0].children;

for (var i = 0; i < bodyChildren.length; i++) {
try {
if (bodyChildren[i].style.backdropFilter){
bodyChildren[i].style.backdropFilter = 'none';
}
} catch (err){
}

}

//remove overlay and return control
try {
document.querySelector("body > div:nth-child(7)").remove();}catch(err){
}

StephenPAutore
§
Pubblicato: 17/12/2023

Thank you, I've added the function to temove the backdrop filter and removed the overlay and the nsfw qr dialog in the new version of the script!

Pubblica risposta

Accedi per pubblicare una risposta.