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

BULL YT작성자
§
게시: 2024-12-16
수정: 2024-12-16

Hi. Sorry for the inactivity, and thanks for your suggestion. But now Scribd has redone the entire content structure and I've completely rewritten the script. Good luck!

답글 게시

답글을 게시하려면 로그인하세요.