Skip to content

Instantly share code, notes, and snippets.

@rashfael
Created February 14, 2015 22:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rashfael/20b0b4c3a158a7ce94f3 to your computer and use it in GitHub Desktop.
Save rashfael/20b0b4c3a158a7ce94f3 to your computer and use it in GitHub Desktop.
soup.io show nfsw
// ==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