SyntaxLite

Library for simplifying code logic and syntax (Lite)

Verze ze dne 04. 04. 2025. Zobrazit nejnovější verzi.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greasyfork.org/scripts/487608/1565376/SyntaxLite.js

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         SyntaxLite
// @version      2025/04/04
// @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 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[B(c)](b,a,c):(d=b.getItem(a),void 0!=d?J[B(JSON.parse(d))](b,d):e)}function C(a,b){let c=null;return(...e)=>{clearTimeout(c);c=setTimeout(function(){a(...e)},b)}}const x={},u=new Map,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 N={$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:n,class:p,text:v="",rows:m,cols:y,style:q={},attr:D={},...r}=f,g=Object.assign(document.createElement(d),{textContent:v});k&&(g.id=k);n&&(g.title=n);p&&(g.className=p);void 0!==m&&(g.rowSpan=m);void 0!==y&&(g.colSpan=y);Object.assign(g,r);Object.assign(g.style,"string"===typeof q?{cssText:q}:q);Object.entries(D).forEach(([z,t])=>g.setAttribute(z,t));return e instanceof HTMLElement?e.appendChild(g):g}}},A={$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 f=u.get(c);f?.has(a)||(this.addEventListener(a,b,d),f||u.set(c,new Map),u.get(c).set(a,b))},$offEvent(a,b){b=b??this;const c=u.get(b)?.get(a);c&&(this.removeEventListener(a,c),u.get(b).delete(a))}};Object.assign(window,E);Object.assign(Node.prototype,A);Object.assign(EventTarget.prototype,E);const K=Object.keys(A)[0];Object.defineProperty(Object.prototype,K,{value:function(a=null){return A[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 O=a=>{a=a.map(b=>w(document,b));return a.every(Boolean)&&a},P=(a,b)=>{a=w(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)},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(){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"},...N,ElementFunctions:Object.keys(A),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,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=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:f=0,subtree:k=!0,childList:n=!0,attributes:p=!0,characterData:v=!1}=c??{};if(d){if(x[d])return;x[d]=!0}c={subtree:k,childList:n,attributes:p,characterData:v};const m=new MutationObserver(C(()=>{b()},f));m.observe(a,c);e&&e({ob:m,op:c})},WaitElem:async function(a,b=null,c={}){const e=Array.isArray(a)?O:P,{raf:d=!1,all:f=!1,timeout:k=8,debounce:n=50,subtree:p=!0,childList:v=!0,attributes:m=!0,characterData:y=!1,timeoutResult:q=!1,root:D=document}=c??{};return new Promise((r,g)=>{const z=async function(){let t,h;if(d){let l;const M=()=>{(h=e(a,f))?(cancelAnimationFrame(l),clearTimeout(t),b&&b(h),r(h)):l=requestAnimationFrame(M)};l=requestAnimationFrame(M);t=setTimeout(()=>{cancelAnimationFrame(l);q&&(b&&b(h),r(h))},1E3*k)}else{const l=new MutationObserver(C(()=>{if(h=e(a,f))l.disconnect(),clearTimeout(t),b&&b(h),r(h)},n));l.observe(D,{subtree:p,childList:v,attributes:m,characterData:y});t=setTimeout(()=>{l.disconnect();q&&(b&&b(h),r(h))},1E3*k)}};"hidden"===document.visibilityState?document.$one("visibilitychange",()=>z(),{once:!0}):z()})},Throttle:function(a,b){let c=0;return(...e)=>{const d=Date.now();d-c>=b&&(c=d,a(...e))}},Debounce:C,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})}},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,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})}))})}}})();