Syntax

Library for simplifying code logic and syntax

Verzia zo dňa 01.04.2025. Pozri najnovšiu verziu.

Tento skript by nemal byť nainštalovaný priamo. Je to knižnica pre ďalšie skripty, ktorú by mali používať cez meta príkaz // @require https://update.greasyfork.org/scripts/495339/1563602/Syntax.js

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, Greasemonkey alebo Violentmonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey, % alebo Violentmonkey.

Na nainštalovanie skriptu si budete musieť nainštalovať rozšírenie, ako napríklad Tampermonkey alebo Userscripts.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie, ako napríklad Tampermonkey.

Na inštaláciu tohto skriptu je potrebné nainštalovať rozšírenie správcu používateľských skriptov.

(Už mám správcu používateľských skriptov, nechajte ma ho nainštalovať!)

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie, ako napríklad Stylus.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

Na inštaláciu tohto štýlu je potrebné nainštalovať rozšírenie správcu používateľských štýlov.

(Už mám správcu používateľských štýlov, nechajte ma ho nainštalovať!)

// ==UserScript==
// @name         Syntax
// @version      2025/04/01
// @author       Canaan HS
// @description  Library for simplifying code logic and syntax
// @namespace    https://greasyfork.org/users/989635
// @match        *://*/*
// @license      MPL-2.0
// ==/UserScript==
const Syn=(()=>{function y(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 H(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 I(a,b,c,e){let d;return null!=c?J[u(c)](b,a,c):(d=b.getItem(a),void 0!=d?J[u(JSON.parse(d))](b,d):e)}function C(a,b){let c=null;return(...e)=>{clearTimeout(c);c=setTimeout(function(){a(...e)},b)}}const z={},O=new DOMParser,x=new Map,u=a=>Object.prototype.toString.call(a).slice(8,-1);[Document.prototype,Element.prototype].forEach(a=>{a.$q=function(b){return y(this,b,!1)};a.$qa=function(b){return y(this,b,!0)}});const P={$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,g={}]="string"===typeof a?[null,a,b]:[a,b,c];if(d){var {id:h,title:f,class:k,text:n="",rows:l,cols:r,style:q={},attr:D={},...v}=g,m=Object.assign(document.createElement(d),{textContent:n});h&&(m.id=h);f&&(m.title=f);k&&(m.className=k);void 0!==l&&(m.rowSpan=l);void 0!==r&&(m.colSpan=r);Object.assign(m,v);Object.assign(m.style,"string"===typeof q?{cssText:q}:q);Object.entries(D).forEach(([A,w])=>m.setAttribute(A,w));return e instanceof HTMLElement?e.appendChild(m):m}}},B={$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)}},E={$one(a,b,c={},e=null){try{this.addEventListener(a,b,c),e&&e(!0)}catch{e&&e(!1)}},$onEvent(a,b,c={}){const {mark:e,...d}=c;c=e??this;const g=x.get(c);g?.has(a)||(this.addEventListener(a,b,d),g||x.set(c,new Map),x.get(c).set(a,b))},$offEvent(a,b){b=b??this;const c=x.get(b)?.get(a);c&&(this.removeEventListener(a,c),x.get(b).delete(a))}};Object.assign(window,E);Object.assign(Node.prototype,B);Object.assign(EventTarget.prototype,E);const K=Object.keys(B)[0];Object.defineProperty(Object.prototype,K,{value:function(a=null){return B[K].call(this,a)},writable:!0,configurable:!0});const L={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 Q=a=>{a=a.map(b=>y(document,b));return a.every(Boolean)&&a},R=(a,b)=>{a=y(document,a,b);return(b?0<a.length:a)&&a};const J={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)},M={Process:(a,b,c=null)=>{a=a[b.toLowerCase()];return"Function"===u(a)?a(c):void 0!==a?a:"None"}},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?a:"";return{sX:()=>window.scrollX,sY:()=>window.scrollY,iW:()=>window.innerWidth,iH:()=>window.innerHeight,_Cache:void 0,Platform:function(){return this._Cache=this._Cache?this._Cache:this._Cache=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(this.Agen)||768>this.iW?"Mobile":"Desktop"},...P,ElementFunctions:Object.keys(B),EventFunctions:Object.keys(E),AddStyle:(a,b,c=!0)=>H("style",a,b,c),AddScript:(a,b,c=!0)=>H("script",a,b,c),Session:(a,{value:b=null,error:c}={})=>I(a,sessionStorage,b,c),Local:(a,{value:b=null,error:c}={})=>I(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)=>GM_setValue(a,JSON.stringify(b,null,4)),gJV:(a,b)=>JSON.parse(G(GM_getValue(a,b))),Type:u,Log:async function(a=null,b="print",{dev:c=!0,type:e="log",collapsed:d=!0}={}){c&&(c=L[e]||L.log,null==a?c(b):(d?console.groupCollapsed(a):console.group(a),c(b),console.groupEnd()))},Observer:async function(a,b,c={},e=null){const {mark:d="",debounce:g=0,subtree:h=!0,childList:f=!0,attributes:k=!0,characterData:n=!1}=c??{};if(d){if(z[d])return;z[d]=!0}c={subtree:h,childList:f,attributes:k,characterData:n};const l=new MutationObserver(C(()=>{b()},g));l.observe(a,c);e&&e({ob:l,op:c})},WaitElem:async function(a,b=null,c={}){const e=Array.isArray(a)?Q:R,{raf:d=!1,all:g=!1,timeout:h=8,debounce:f=50,subtree:k=!0,childList:n=!0,attributes:l=!0,characterData:r=!1,timeoutResult:q=!1,root:D=document}=c??{};return new Promise((v,m)=>{const A=async function(){let w,p;if(d){let t;const N=()=>{(p=e(a,g))?(cancelAnimationFrame(t),clearTimeout(w),b&&b(p),v(p)):t=requestAnimationFrame(N)};t=requestAnimationFrame(N);w=setTimeout(()=>{cancelAnimationFrame(t);q&&(b&&b(p),v(p))},1E3*h)}else{const t=new MutationObserver(C(()=>{if(p=e(a,g))t.disconnect(),clearTimeout(w),b&&b(p),v(p)},f));t.observe(D,{subtree:k,childList:n,attributes:l,characterData:r});w=setTimeout(()=>{t.disconnect();q&&(b&&b(p),v(p))},1E3*h)}};"hidden"===document.visibilityState?document.$one("visibilitychange",()=>A(),{once:!0}):A()})},Throttle:function(a,b){let c=0;return(...e)=>{const d=Date.now();d-c>=b&&(c=d,a(...e))}},Debounce:C,ScopeParsing:function(a,b){if("string"!==typeof a||""===a.trim())return b;const c=b.length,e=new Set,d=new Set,g=(f,k,n)=>{const l=f<=k;for(;l?f<=k:f>=k;l?f++:f--)n.add(f)};let h;for(h of a.split(/\s*[\.,|/]\s*/))if(/^(!|-)?\d+(~\d+|-\d+)?$/.test(h)){a=h.slice(1);const f=/^[!-]/.test(h),k=/[~-]/.test(a),[n,l]=f?[d,a]:[e,h],[r,q]=k?l.split(/-|~/):[l,l];r==q?n.add(+r-1):g(+r-1,+q-1,n)}return[...e].filter(f=>!d.has(f)&&f<c&&0<=f).sort((f,k)=>f-k).map(f=>b[f])},FormatTemplate:function(a,b){if("Object"!==u(a))return"Template must be an object";a=Object.fromEntries(Object.entries(a).map(([c,e])=>[c.toLowerCase(),e]));return"String"===u(b)?b.replace(/\{\s*([^}\s]+)\s*\}/g,(c,e)=>M.Process(a,e)):"Object"===u(b)?Object.entries(b).map(([c,e])=>M.Process(a,c,e)):{"Unsupported format":b}},OutputTXT:async function(a,b,c=null){try{b="string"!==typeof b?"Anonymous.txt":b.endsWith(".txt")?b:`${b}.txt`;const e=new Blob([a],{type:"text/plain"}),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})}},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,g)=>c[g]??"Error"))("string"===typeof a?a:"{year}-{month}-{date} {hour}:{minute}:{second}")},TranslMatcher:function(a,b,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=>{z[c]||(z[c]=!0,GM_addValueChangeListener(c,function(e,d,g,h){b({key:e,ov:d,nv:g,far:h})}))})},WorkerCreation:a=>{a=new Blob([a],{type:"application/javascript"});return new Worker(URL.createObjectURL(a))},Sleep:a=>new Promise(b=>setTimeout(b,a)),DomParse:a=>O.parseFromString(a,"text/html"),NameFilter:a=>a.replace(/[\/\?<>\\:\*\|":]/g,""),GetFill:a=>Math.max(2,`${a}`.length),ExtensionName:a=>{try{return a.match(/\.([^.]+)$/)[1].toLowerCase()||"webp"}catch{return"webp"}},Mantissa:function(a,b,c="0",e=null){return e?`${++a}`.padStart(b,c)+`.${this.ExtensionName(e)}`:`${++a}`.padStart(b,c)}}})();