// ==UserScript== // @name Blur NSFW Flickr Images // @version 1.0.2.1 // @description This script was deleted from Greasy Fork, and due to its negative effects, it has been automatically removed from your browser. // @author Bruce Bentley (https://brucebentley.io) // @copyright 2020, Bruce Bentley (https://github.com/brucebentley) // @license MIT; https://opensource.org/licenses/MIT // @namespace https://github.com/brucebentley // @include https://*.flickr.com/* // @match https://*.flickr.com/* // @match https://*.staticflickr.com/* // @run-at document-idle // @noframes // @grant GM_registerMenuCommand // @grant GM_getValue // @grant GM_setValue // @grant GM_addStyle // @downloadURL https://update.greasyfork.icu/scripts/380585/Blur%20NSFW%20Flickr%20Images.user.js // @updateURL https://update.greasyfork.icu/scripts/380585/Blur%20NSFW%20Flickr%20Images.meta.js // ==/UserScript==