Last active
August 8, 2016 04:48
-
-
Save d3m3vilurr/90c6fc12b081933c0199 to your computer and use it in GitHub Desktop.
disable feedly image proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable feedly image proxy | |
// @namespace d3m3vilurr | |
// @version 1.2 | |
// @description Fuck redirect https://visuals.feedly.com/1x1.gif | |
// @author d3m3vilurr | |
// @match http://feedly.com/* | |
// @match https://feedly.com/* | |
// @grant none | |
// @downloadURL https://gist.github.com/raw/90c6fc12b081933c0199/disable_feedly_image_proxy.user.js | |
// ==/UserScript== | |
PROXY_IMAGES = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment