how to unblur litcharts // ==UserScript== // @id litcharts.com unblurer // @name litcharts.com unblurer // @namespace com.litcharts.unblurer // @version 1.0 // @author Me // @description Unblur litcharts.com document pages // @include http*://*.litcharts.com/* // @run-at document-end // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js // @homepageURL how to unblur litcharts How to dowload it? how to unblur litcharts // @iconURL // @supportURL // @updateURL // @downloadURL // ==/UserScript== setInterval(function() { $('.blurred-text').removeClass('blurred-text'); $('.theme blurred').removeClass('theme blurred'); $('.btn-blurred').removeClass('btn-blurred'); $('.a-plus').removeClass('a-plus'); how to unblur litcharts How to dowload it? how to unblur litcharts $('.a-plus-dialog').removeClass('a-plus-dialog'); $('.a-plus-btn-container').removeClass('a-plus-btn-container'); $('.blurred').removeClass('blurred'); }, 1000); how to unblur litcharts