This commit is contained in:
李万一 2022-12-22 10:50:06 +08:00
parent 870686032d
commit e4b89e56c0
2 changed files with 1009 additions and 62 deletions

View File

@ -890,7 +890,6 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
(function () { (function () {
'use strict'; 'use strict';
try {
if (window.xmas_torn_helper_flag) return; if (window.xmas_torn_helper_flag) return;
window.xmas_torn_helper_flag = true; window.xmas_torn_helper_flag = true;
@ -950,8 +949,4 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;}
}; };
func(GM_addStyle, window, GM_getValue, GM_setValue, GM_xmlhttpRequest); func(GM_addStyle, window, GM_getValue, GM_setValue, GM_xmlhttpRequest);
} }
} catch (e) {
console.error(new Date().toLocaleString(), "[ERR] Message; ", e.message);
console.error(new Date().toLocaleString(), "[ERR] Trace; ", e.stack || e.message);
}
})(); })();

File diff suppressed because one or more lines are too long