Scribd bypass

Script disables blur on text & add full document

< Valutazione su Scribd bypass

Recensione: Bene - lo script funziona

§
Pubblicato: 27/01/2024

For what it's worth, this does a rather decent job. Here's a few more things I found that can improve it.

    // Remove promo_div
    $('div.promo_div').remove();

    // Fix image opacity
    $('img.absimg').css('opacity','1');

And instead of $(document).ready, you could add something like this to the UserScript block:

// @run-at             document-body
§
Pubblicato: 27/01/2024

Or rather, document-end

Pubblica risposta

Accedi per pubblicare una risposta.