// ==UserScript==
// @name SyntaxLite
// @version 2025/04/23
// @author Canaan HS
// @description Library for simplifying code logic and syntax (Lite)
// @namespace https://greasyfork.org/users/989635
// @match *://*/*
// @license MPL-2.0
// ==/UserScript==
const Syn=(()=>{function w(a=document,b,c){const e=b[0],d=b.slice(1);if(/[ #.\[:]/.test(d))return c?a.querySelectorAll(b):a.querySelector(b);if(!c&&"#"===e)return document.getElementById(d);if("."===b[0])return a=a.getElementsByClassName(d),c?[...a]:a[0];a=a.getElementsByTagName(b);return c?[...a]:a[0]}async function I(a,b,c,e){let d=document.getElementById(c);if(!d)d=document.createElement(a),d.id=c,document.head.appendChild(d);else if(!e)return;d.textContent+=b}function J(a,b,c,e){let d;return null!=c?K[B(c)](b,a,c):(d=b.getItem(a),void 0!=d?K[B(JSON.parse(d))](b,d):e)}function C(a,b){let c=0;return(...e)=>{const d=Date.now();d-c>=b&&(c=d,a(...e))}}function D(a,b){let c=null;return(...e)=>{clearTimeout(c);c=setTimeout(function(){a(...e)},b)}}const x={},B=a=>Object.prototype.toString.call(a).slice(8,-1);[Document.prototype,Element.prototype].forEach(a=>{a.$q=function(b){return w(this,b,!1)};a.$qa=function(b){return w(this,b,!0)}});const Q={$q:document.$q.bind(document),$qa:document.$qa.bind(document),$html:document.documentElement,$head:document.head,$body:document.body,$img:document.images,$link:document.links,$script:document.scripts,$style:document.styleSheets,$url:()=>location.href,$origin:()=>location.origin,$domain:()=>location.hostname,$lang:()=>navigator.language,$agen:()=>navigator.userAgent,$title:(a=null)=>null!==a?document.title=a:document.title,$cookie:(a=null)=>null!==a?document.cookie=a:document.cookie,$createUrl:a=>URL.createObjectURL(a),$createFragment:()=>document.createDocumentFragment(),$createElement(a,b,c){const [e,d,f={}]="string"===typeof a?[null,a,b]:[a,b,c];if(d){var {id:k,title:l,class:n,text:v="",rows:p,cols:q,style:m={},attr:r={},...y}=f,g=Object.assign(document.createElement(d),{textContent:v});k&&(g.id=k);l&&(g.title=l);n&&(g.className=n);void 0!==p&&(g.rowSpan=p);void 0!==q&&(g.colSpan=q);Object.assign(g,y);Object.assign(g.style,"string"===typeof m?{cssText:m}:m);Object.entries(r).forEach(([t,L])=>g.setAttribute(t,L));return e instanceof HTMLElement?e.appendChild(g):g}}},E={$text(a=null){return null!==a?this.textContent=a?.trim():this.textContent?.trim()},$copy(a=!0){return this.cloneNode(a)},$iHtml(a=null){return null!==a?this.innerHTML=a:this.innerHTML},$oHtml(a=null){return null!==a?this.outerHTML=a:this.outerHTML},$sAttr(a,b){this.setAttribute(a,b)},$dAttr(a){this.removeAttribute(a)},$gAttr(a){return this.getAttribute(a)},$hAttr(a){return this.hasAttribute(a)},$addClass(...a){this.classList.add(...a)},$delClass(...a){this.classList.remove(...a)},$toggleClass(a,b){this.classList.toggle(a,b)},$replaceClass(a,b){this.classList.replace(a,b)},$hasClass(a){return this.classList.contains(a)}},M={$EventRecord:new Map,async $one(a,b,c={},e=null){try{this.addEventListener(a,b,c),e&&e(!0)}catch{e&&e(!1)}},async $onEvent(a,b,c={}){const {mark:e,...d}=c;c=e??this;const f=window.$EventRecord.get(c);f?.has(a)||(this.addEventListener(a,b,d),f||window.$EventRecord.set(c,new Map),window.$EventRecord.get(c).set(a,b))},async $offEvent(a,b){b=b??this;const c=window.$EventRecord.get(b)?.get(a);c&&(this.removeEventListener(a,c),window.$EventRecord.get(b).delete(a))}};Object.assign(window,M);Object.assign(Node.prototype,E);Object.assign(EventTarget.prototype,M);const N=Object.keys(E)[0];Object.defineProperty(Object.prototype,N,{value:function(a=null){return E[N].call(this,a)},writable:!0,configurable:!0});const O={log:a=>console.log(a),warn:a=>console.warn(a),trace:a=>console.trace(a),error:a=>console.error(a),count:a=>console.count(a)};var R=a=>{a=a.map(b=>w(document,b));return a.every(Boolean)&&a},S=(a,b)=>{a=w(document,a,b);return(b?0<a.length:a)&&a};const K={String:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):JSON.parse(b),Number:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):Number(b),Array:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):(b=JSON.parse(b),Array.isArray(b[0])?new Map(b):b),Object:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):JSON.parse(b),Boolean:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):JSON.parse(b),Date:(a,b,c)=>null!=c?(a.setItem(b,JSON.stringify(c)),!0):new Date(b),Map:(a,b,c)=>(a.setItem(b,JSON.stringify([...c])),!0)},F={ko:"Korea","ko-KR":"Korea",ja:"Japan","ja-JP":"Japan",ru:"Russia","ru-RU":"Russia",en:"English","en-US":"English","en-GB":"English","en-AU":"English","en-CA":"English","en-NZ":"English","en-IE":"English","en-ZA":"English","en-IN":"English",zh:"Simplified","zh-CN":"Simplified","zh-SG":"Simplified","zh-MY":"Simplified","zh-TW":"Traditional","zh-HK":"Traditional","zh-MO":"Traditional"},G=a=>void 0===a||null===a?null:a;return{sX:()=>window.scrollX,sY:()=>window.scrollY,iW:()=>window.innerWidth,iH:()=>window.innerHeight,_Cache:void 0,Platform:function(){this._Cache||(void 0!==navigator.userAgentData?.mobile?this._Cache=navigator.userAgentData.mobile?"Mobile":"Desktop":window.matchMedia?.("(max-width: 767px), (pointer: coarse)")?.matches?this._Cache="Mobile":/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)?this._Cache="Mobile":this._Cache="Desktop");return this._Cache},...Q,AddStyle:(a,b,c=!0)=>I("style",a,b,c),AddScript:(a,b,c=!0)=>I("script",a,b,c),Session:(a,{value:b=null,error:c}={})=>J(a,sessionStorage,b,c),Local:(a,{value:b=null,error:c}={})=>J(a,localStorage,b,c),dV:a=>GM_deleteValue(a),lV:()=>G(GM_listValues()),sV:(a,b)=>GM_setValue(a,b),gV:(a,b)=>G(GM_getValue(a,b)),sJV:(a,b,c=0)=>GM_setValue(a,JSON.stringify(b,null,c)),gJV:(a,b)=>{try{return JSON.parse(G(GM_getValue(a,b)))}catch{return b}},Type:B,Log:async function(a=null,b="print",{dev:c=!0,type:e="log",collapsed:d=!0}={}){c&&(c=O[e]||O.log,null==a?c(b):(d?console.groupCollapsed(a):console.group(a),c(b),console.groupEnd()))},onUrlChange:function(a,b=15){function c(){clearTimeout(e);e=setTimeout(()=>{a({url:location.href,domain:location.hostname})},Math.max(15,b))}let e=null;const d=history.pushState;history.pushState=function(){d.apply(this,arguments);c()};const f=history.replaceState;history.replaceState=function(){f.apply(this,arguments);c()};window.addEventListener("popstate",c);return function(){clearTimeout(e);history.pushState=d;history.replaceState=f;window.removeEventListener("popstate",c)}},Observer:async function(a,b,c={},e=null){const {mark:d="",debounce:f=0,throttle:k=100,subtree:l=!0,childList:n=!0,attributes:v=!0,characterData:p=!1}=c??{};if(d){if(x[d])return;x[d]=!0}const [q,m]=0<f?[D,f]:[C,k];c={subtree:l,childList:n,attributes:v,characterData:p};const r=new MutationObserver(q(()=>{b()},m));r.observe(a,c);e&&e({ob:r,op:c})},WaitElem:async function(a,b=null,c={}){const e=Array.isArray(a)?R:S,{raf:d=!1,all:f=!1,timeout:k=8,throttle:l=0,debounce:n=50,visibility:v=!0,subtree:p=!0,childList:q=!0,attributes:m=!0,characterData:r=!1,timeoutResult:y=!1,root:g=document}=c??{};return new Promise((t,L)=>{const P=async function(){let z,h;if(d){let u;const A=()=>{(h=e(a,f))?(cancelAnimationFrame(u),clearTimeout(z),b&&b(h),t(h)):u=requestAnimationFrame(A)};u=requestAnimationFrame(A);z=setTimeout(()=>{cancelAnimationFrame(u);y&&(b&&b(h),t(h))},1E3*k)}else{const [u,A]=0<l?[C,l]:[D,n],H=new MutationObserver(u(()=>{if(h=e(a,f))H.disconnect(),clearTimeout(z),b&&b(h),t(h)},A));H.observe(g,{subtree:p,childList:q,attributes:m,characterData:r});z=setTimeout(()=>{H.disconnect();y&&(b&&b(h),t(h))},1E3*k)}};v&&"hidden"===document.visibilityState?document.addEventListener("visibilitychange",()=>P(),{once:!0}):P()})},Throttle:C,Debounce:D,OutputJson:async function(a,b,c=null){try{a="string"!==typeof a?JSON.stringify(a,null,4):a;b="string"!==typeof b?"Anonymous.json":b.endsWith(".json")?b:`${b}.json`;const e=new Blob([a],{type:"application/json"}),d=document.createElement("a");d.href=URL.createObjectURL(e);d.download=b;d.click();URL.revokeObjectURL(d.href);d.remove();c&&c({State:!0})}catch(e){c&&c({State:!1,Info:e})}},Runtime:function(a=null,{lable:b="Elapsed Time:",log:c=!0,format:e=!0,style:d="\u001b[1m\u001b[36m%s\u001b[0m"}={}){if(!a)return performance.now();a=e?`${((performance.now()-a)/1E3).toPrecision(3)}s`:performance.now()-a;return c?console.log(d,`${b} ${a}`):a},GetDate:function(a=null){const b=new Date,c={year:b.getFullYear(),month:`${b.getMonth()+1}`.padStart(2,"0"),date:`${b.getDate()}`.padStart(2,"0"),hour:`${b.getHours()}`.padStart(2,"0"),minute:`${b.getMinutes()}`.padStart(2,"0"),second:`${b.getSeconds()}`.padStart(2,"0")};return(e=>e.replace(/{([^}]+)}/g,(d,f)=>c[f]??"Error"))("string"===typeof a?a:"{year}-{month}-{date} {hour}:{minute}:{second}")},TranslMatcher:function(a,b=navigator.language,c="en-US"){return a[F[b]]??a[F[c]]??a[F["en-US"]]},Menu:async function(a,b="Menu",c=1){for(const [e,d]of Object.entries(a))GM_registerMenuCommand(e,()=>{d.func()},{title:d.desc,id:`${b}-${c++}`,autoClose:d.close,accessKey:d.hotkey})},StoreListen:async function(a,b){a.forEach(c=>{x[c]||(x[c]=!0,GM_addValueChangeListener(c,function(e,d,f,k){b({key:e,ov:d,nv:f,far:k})}))})}}})();