File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 728728 curSite = DBSite . appinn ;
729729 break ;
730730 case 'www.sixyin.com' : // < 六音软件 >
731- if ( location . pathname === '/' ) { // 首页
731+ if ( location . pathname === '/' && location . search === '' ) { // 首页
732732 curSite = DBSite . sixyin ;
733733 } else if ( location . pathname . indexOf ( '.html' ) === - 1 ) { // 分类页
734734 curSite = DBSite . sixyin_postlist ;
11731173 document . body . addEventListener ( 'dblclick' , function ( e ) {
11741174 if ( pausePage ) {
11751175 pausePage = false ;
1176- GM_notification ( { text : `已暂停本页 [自动无缝翻页]\n(再次双击可恢复)` , timeout : 2500 } ) ;
1176+ GM_notification ( { text : `❌ 已暂停本页 [自动无缝翻页]\n (再次双击可恢复)` , timeout : 2500 } ) ;
11771177 } else {
11781178 pausePage = true ;
1179- GM_notification ( { text : `已恢复本页 [自动无缝翻页]\n(再次双击可暂停)` , timeout : 2500 } ) ;
1179+ GM_notification ( { text : `✅ 已恢复本页 [自动无缝翻页]\n (再次双击可暂停)` , timeout : 2500 } ) ;
11801180 }
11811181 } ) ;
11821182 }
You can’t perform that action at this time.
0 commit comments