User Script
User Script
// @author Inserio
// @include http://*.scribd.com/doc/*
// @include http://*.scribd.com/document/*
// @include https://*.scribd.com/doc/*
// @include https://*.scribd.com/document/*
// @version 1.7
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @namespace https://greasyfork.org/users/11878
// ==/UserScript==
var new_link;
var id = idRegex.exec(text);
if (id !== null && key !== null && id !== undefined && key !== undefined)
// Click it to open the new page in a viewer that will allow printing to PDF
});
});
// ==UserScript==
// @description At one point in our student life we all need to google homework solutions, test preparation stuff and anything else
related to subject. One of the search results is, usually, Scribd, where to download the file you either need to upload a bunch of
documents, or get a monthly subscription. This extension allows you to bypass all that procedure on the Scribd, so you can download
everything for free!
// @namespace http://github.com/frddl/scribd-bypasser
// @version 1.0.0
// @license MIT
// @released 2016-12-11
// @updated 2016-12-11
// @match *://*.scribd.com/document/*
// @match *://www.scribd.com/document/*
// @run-at document-end
// ==/UserScript==
window.onload = function () {
document.getElementsByClassName('icon_btn_text')[1].innerHTML = "Download";
document.getElementsByTagName('a')[16].setAttribute("href", URL);
}
// ==UserScript==
// @namespace com.scribd.unblurer
// @version 1.0
// @author DeathBlack
// @include http*://*.scribd.com/*
// @run-at document-end
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js
// @iconURL http://www.scribd.com/favicon.ico
// ==/UserScript==
setInterval(function() {
$('.promo').remove();
$('.page-blur-promo-overlay').remove();
$('.page_missing_explanation_inner').remove();
$('.autogen_class_views_read2_page_blur_promo').remove();
$('.page-blur-promo').removeClass('page-blur-promo');
$('.page_blur_promo').remove();
$('.absimg').css('opacity', '1.0');
$('.text_layer').css('color', '#000');
$('.autogen_class_views_pdfs_page_blur_promo').css('display','none');
}, 1000);