File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33// @name :en Tool for register with invite code
44// @name :zh-TW 注冊邀請碼搶碼工具
55// @namespace hoothin
6- // @version 0.1
6+ // @version 0.2
77// @description 自动遍历论坛注册邀请码得出正确结果
88// @description :en Just a tool for register with invite code
99// @description :zh-TW 自動遍歷論壇注冊邀請碼得出正確結果
1010// @author hoothin
1111// @include *
12+ // @exclude http*://*.baidu.*
13+ // @exclude http*://*.bing.*
14+ // @exclude http*://*.google.*
1215// @grant GM_registerMenuCommand
1316// @grant GM_setValue
1417// @grant GM_getValue
119122 } ) ;
120123 } else {
121124 if ( is1024 ) {
122- codeArr = document . body . innerHTML . pmatch ( / (?: ^ | [ ^ \/ ] ) \b ( [ 0 - 9 a - z \* ] { 16 } ) \b / gi) ;
125+ codeArr = document . body . innerHTML . pmatch ( / (?: ^ | [: : \s ] ) \b ( [ 0 - 9 a - z \* ] { 16 } ) \b / gi) ;
123126 if ( codeArr !== 0 ) {
124127 if ( window . confirm ( "檢測到邀請碼,是否立即前往注冊?" ) ) {
125128 geneCodeArr ( ) ;
You can’t perform that action at this time.
0 commit comments