Skip to content

Instantly share code, notes, and snippets.

@d3m3vilurr
Last active August 8, 2016 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d3m3vilurr/90c6fc12b081933c0199 to your computer and use it in GitHub Desktop.
Save d3m3vilurr/90c6fc12b081933c0199 to your computer and use it in GitHub Desktop.
disable feedly image proxy
// ==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