Skip to content

Instantly share code, notes, and snippets.

@djrobby
Created June 19, 2019 23:19
Show Gist options
  • Select an option

  • Save djrobby/8271b1c5088696f3d9ecaa094030da2d to your computer and use it in GitHub Desktop.

Select an option

Save djrobby/8271b1c5088696f3d9ecaa094030da2d to your computer and use it in GitHub Desktop.

Revisions

  1. @khanghh khanghh renamed this gist Jan 30, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @khanghh khanghh revised this gist Jan 30, 2019. 2 changed files with 27 additions and 15 deletions.
    15 changes: 0 additions & 15 deletions scribd unblur
    Original file line number Diff line number Diff line change
    @@ -1,15 +0,0 @@
    fetch('https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js').then(response => response.text()).then(text => eval(text)).then(() => {
    setInterval(function() {
    $('.page-blur-promo-overlay').remove();
    $('.page_missing_explanation_inner').remove();
    $('.autogen_class_views_read2_page_blur_promo').remove();
    $('.outer_page only_ie6_border blurred_page').remove();
    $('.page-blur-promo').removeClass('page-blur-promo');
    $('.page_blur_promo').remove();
    $('.absimg').css('opacity', '1.0');
    $('.text_layer').css('color', '#000');
    $('.text_layer').css('text-shadow', '0px 0px 0px #000');
    $('.autogen_class_views_pdfs_page_blur_promo').css('display', 'none');
    $(".promo").remove()
    }, 1000)
    })
    27 changes: 27 additions & 0 deletions scribd-unblur.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    // ==UserScript==
    // @name Unblur scribd.com
    // @namespace http://tampermonkey.net/
    // @version 0.1
    // @description try to take over the world!
    // @author You
    // @match https://vi.scribd.com/*
    // @grant none
    // ==/UserScript==
    (function() {
    'use strict';
    fetch('https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js').then(response => response.text()).then(text => eval(text)).then(() => {
    setInterval(function() {
    $('.page-blur-promo-overlay').remove();
    $('.page_missing_explanation_inner').remove();
    $('.autogen_class_views_read2_page_blur_promo').remove();
    $('.outer_page only_ie6_border blurred_page').remove();
    $('.page-blur-promo').removeClass('page-blur-promo');
    $('.page_blur_promo').remove();
    $('.absimg').css('opacity', '1.0');
    $('.text_layer').css('color', '#000');
    $('.text_layer').css('text-shadow', '0px 0px 0px #000');
    $('.autogen_class_views_pdfs_page_blur_promo').css('display', 'none');
    $(".promo").remove()
    }, 1000)
    })
    })();
  3. @khanghh khanghh revised this gist Jan 3, 2019. 1 changed file with 15 additions and 1 deletion.
    16 changes: 15 additions & 1 deletion scribd unblur
    Original file line number Diff line number Diff line change
    @@ -1 +1,15 @@
    fetch('https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js').then(response=>response.text()).then(text=>eval(text)).then(()=>{setInterval(function(){$('.page-blur-promo-overlay').remove();$('.page_missing_explanation_inner').remove();$('.autogen_class_views_read2_page_blur_promo').remove();$('.outer_page only_ie6_border blurred_page').remove();$('.page-blur-promo').removeClass('page-blur-promo');$('.page_blur_promo').remove();$('.absimg').css('opacity','1.0');$('.text_layer').css('color','#000');$('.text_layer').css('text-shadow','0px 0px 0px #000');$('.autogen_class_views_pdfs_page_blur_promo').css('display','none');$(".promo").remove()},1000)})
    fetch('https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js').then(response => response.text()).then(text => eval(text)).then(() => {
    setInterval(function() {
    $('.page-blur-promo-overlay').remove();
    $('.page_missing_explanation_inner').remove();
    $('.autogen_class_views_read2_page_blur_promo').remove();
    $('.outer_page only_ie6_border blurred_page').remove();
    $('.page-blur-promo').removeClass('page-blur-promo');
    $('.page_blur_promo').remove();
    $('.absimg').css('opacity', '1.0');
    $('.text_layer').css('color', '#000');
    $('.text_layer').css('text-shadow', '0px 0px 0px #000');
    $('.autogen_class_views_pdfs_page_blur_promo').css('display', 'none');
    $(".promo").remove()
    }, 1000)
    })
  4. @khanghh khanghh created this gist Dec 19, 2018.
    1 change: 1 addition & 0 deletions scribd unblur
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    fetch('https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js').then(response=>response.text()).then(text=>eval(text)).then(()=>{setInterval(function(){$('.page-blur-promo-overlay').remove();$('.page_missing_explanation_inner').remove();$('.autogen_class_views_read2_page_blur_promo').remove();$('.outer_page only_ie6_border blurred_page').remove();$('.page-blur-promo').removeClass('page-blur-promo');$('.page_blur_promo').remove();$('.absimg').css('opacity','1.0');$('.text_layer').css('color','#000');$('.text_layer').css('text-shadow','0px 0px 0px #000');$('.autogen_class_views_pdfs_page_blur_promo').css('display','none');$(".promo").remove()},1000)})