More SEO title, Don't run on unnecessary sites.
This commit is contained in:
parent
2e1e543e6e
commit
4db1bda273
1 changed files with 12 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name NSFW
|
// @name Stack Exchange, Show NSFW post's text
|
||||||
// @namespace https://github.com/Glorfindel83/
|
// @namespace https://github.com/Glorfindel83/
|
||||||
// @description Shows (potentially NSFW) content for deleted posts whose content is deleted because of being spam or rude/abusive.
|
// @description Shows (potentially NSFW) content for deleted posts whose content is deleted because of being spam or rude/abusive.
|
||||||
// @author Glorfindel
|
// @author Glorfindel
|
||||||
|
@ -13,6 +13,13 @@
|
||||||
// @match *://*.askubuntu.com/*
|
// @match *://*.askubuntu.com/*
|
||||||
// @match *://*.stackapps.com/*
|
// @match *://*.stackapps.com/*
|
||||||
// @match *://*.mathoverflow.net/*
|
// @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
|
// @grant none
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue