Created
February 14, 2015 22:22
-
-
Save rashfael/20b0b4c3a158a7ce94f3 to your computer and use it in GitHub Desktop.
soup.io show nfsw
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 soup.io always nsfw | |
// @namespace http://isobeef.org | |
// @version 0.1 | |
// @description always shows all the unsafe pictures on soup | |
// @author rashfael | |
// @match http://*.soup.io/* | |
// @exclude http://*.soup.io/remote/* | |
// @exclude http://*.soup.io/frames | |
// @grant none | |
// ==/UserScript== | |
SOUP.Public.set_show_nsfw_soups(true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment