Script disables blur on text & add full document
< 脚本Scribd bypass的反馈
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:
$(document).ready
// @run-at document-body
Or rather, document-end
document-end
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!
登录(不可用)以发表回复。
注册一下就行
一年攒够 12 元
For what it's worth, this does a rather decent job. Here's a few more things I found that can improve it.
And instead of
$(document).ready
, you could add something like this to the UserScript block: