Greasy Fork is available in English.

Scribd bypass

Script disables blur on text & add full document

< Scribd bypass 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2024-01-27

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
§
작성: 2024-01-27

Or rather, document-end

댓글 남기기

댓글을 남기려면 로그인하세요.