Merge pull request #9 from BrockA/patch-1
More SEO title, Don't run on unnecessary sites.
This commit is contained in:
commit
ca2a2b63b8
1 changed files with 13 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
// ==UserScript==
|
||||
// @name NSFW
|
||||
// @name Stack Exchange, Show NSFW post's text
|
||||
// @namespace https://github.com/Glorfindel83/
|
||||
// @description Shows (potentially NSFW) content for deleted posts whose content is deleted because of being spam or rude/abusive.
|
||||
// @author Glorfindel
|
||||
// @updateURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/nsfw/nsfw.user.js
|
||||
// @downloadURL https://raw.githubusercontent.com/Glorfindel83/SE-Userscripts/master/nsfw/nsfw.user.js
|
||||
// @version 0.2
|
||||
// @version 0.3
|
||||
// @match *://*.stackexchange.com/*
|
||||
// @match *://*.stackoverflow.com/*
|
||||
// @match *://*.superuser.com/*
|
||||
|
@ -13,6 +13,13 @@
|
|||
// @match *://*.askubuntu.com/*
|
||||
// @match *://*.stackapps.com/*
|
||||
// @match *://*.mathoverflow.net/*
|
||||
// @exclude *://api.stackexchange.com/*
|
||||
// @exclude *://blog.*.com/*
|
||||
// @exclude *://chat.*.com/*
|
||||
// @exclude *://data.stackexchange.com/*
|
||||
// @exclude *://elections.stackexchange.com/*
|
||||
// @exclude *://openid.stackexchange.com/*
|
||||
// @exclude *://stackexchange.com/*
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
|
|
Loading…
Reference in a new issue