Scribd unblur

Unblur scribd.com documents

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

// ==UserScript==
// @name            Scribd unblur
// @description		Unblur scribd.com documents
// @namespace		http://userscripts.org/users/404262
// @author          KrisWebDev
// @version         1.2
// @include         http://*.scribd.com/doc/*
// @include         https://*.scribd.com/doc/*
// @include			http://*.scribd.com/document/*
// @include			https://*.scribd.com/document/*
// @grant           GM_addStyle
// @updateUrl	https://greasyfork.org/scripts/3867-scribd-unblur/code/Scribd%20unblur.user.js
// ==/UserScript==

GM_addStyle(".text_layer {	color: inherit !important; text-shadow: none !important; }"); 
GM_addStyle(".page-blur-promo {	display: none !important; }"); 
GM_addStyle(".page-blur-promo-overlay:parent {	display: none !important; }"); 
GM_addStyle(".absimg { opacity: 1.0 !important; }"); 
GM_addStyle(".page_missing_explanation { display: none !important; }"); 

// Credits: Steven Smith
GM_addStyle(".autogen_class_views_pdfs_page_blur_promo { display: none !important; }");
GM_addStyle(".a { color: black !important; }");