Move a.4cdn.org to excludes.

This commit is contained in:
Zixaphir 2014-07-27 18:35:05 -07:00
parent 60603f3618
commit b36a7df1e6
5 changed files with 4 additions and 7 deletions

View File

@ -13,6 +13,7 @@
// @match *://i.4cdn.org/* // @match *://i.4cdn.org/*
// @exclude *://blog.4chan.org/* // @exclude *://blog.4chan.org/*
// @exclude *://dis.4chan.org/* // @exclude *://dis.4chan.org/*
// @exclude *://a.4cdn.org/*
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_deleteValue // @grant GM_deleteValue

View File

@ -14,6 +14,7 @@
// @match *://i.4cdn.org/* // @match *://i.4cdn.org/*
// @exclude *://blog.4chan.org/* // @exclude *://blog.4chan.org/*
// @exclude *://dis.4chan.org/* // @exclude *://dis.4chan.org/*
// @exclude *://a.4cdn.org/*
// @grant GM_getValue // @grant GM_getValue
// @grant GM_setValue // @grant GM_setValue
// @grant GM_deleteValue // @grant GM_deleteValue
@ -18088,8 +18089,6 @@
Main.setThemeString(); Main.setThemeString();
Style.init(); Style.init();
return; return;
case 'a.4cdn.org':
return;
case 'sys.4chan.org': case 'sys.4chan.org':
g.VIEW = 'report'; g.VIEW = 'report';
Style.init(); Style.init();

View File

@ -18097,8 +18097,6 @@
Main.setThemeString(); Main.setThemeString();
Style.init(); Style.init();
return; return;
case 'a.4cdn.org':
return;
case 'sys.4chan.org': case 'sys.4chan.org':
g.VIEW = 'report'; g.VIEW = 'report';
Style.init(); Style.init();

View File

@ -18,7 +18,8 @@
], ],
"excludes": [ "excludes": [
"*://blog.4chan.org/*", "*://blog.4chan.org/*",
"*://dis.4chan.org/*" "*://dis.4chan.org/*",
"*://a.4cdn.org/*"
], ],
"files": { "files": {
"metajs": "appchan-x.meta.js", "metajs": "appchan-x.meta.js",

View File

@ -79,8 +79,6 @@ Main =
Main.setThemeString() Main.setThemeString()
Style.init() Style.init()
return return
when 'a.4cdn.org'
return
when 'sys.4chan.org' when 'sys.4chan.org'
g.VIEW = 'report' g.VIEW = 'report'
Style.init() Style.init()