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!

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。