ObjectSyntax

Library for simplifying code logic and syntax (Object Type)

Version vom 24.05.2024. Aktuellste Version

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/495339/1382008/ObjectSyntax.js

// ==UserScript==
// @name         ObjectSyntax
// @version      2024/05/24
// @author       Canaan HS
// @description  Library for simplifying code logic and syntax (Object Type)
// @namespace    https://greatest.deepsurf.us/users/989635
// @match        *://*/*
// @license      MIT
// ==/UserScript==
const Syn=(()=>{const z={},D=new DOMParser,t=new Map,p=a=>Object.prototype.toString.call(a).slice(8,-1),x={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)},y={Match:a=>/[ .#=:]/.test(a),"#":(a,b)=>a.getElementById(b.slice(1)),".":(a,b,c)=>{a=a.getElementsByClassName(b.slice(1));return c?[...a]:a[0]},tag:(a,b,c)=>{a=a.getElementsByTagName(b);return c?[...a]:a[0]},"default":(a,b,c)=>c?a.querySelectorAll(b):a.querySelector(b)},A={Process:(a,b,c=null)=>{a=a[b.toLowerCase()];return"Function"===p(a)?a(c):void 0!==a?a:"None"}},u={verify:a=>void 0!==a?a:!1,d:a=>GM_deleteValue(a),a:()=>u.verify(GM_listValues()),s:(a,b)=>GM_setValue(a,b),g:(a,b)=>u.verify(GM_getValue(a,b)),sj:(a,b)=>GM_setValue(a,JSON.stringify(b,null,4)),gj:(a,b)=>JSON.parse(u.verify(GM_getValue(a,b)))},B={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)};return{Device:{sX:()=>window.scrollX,sY:()=>window.scrollY,iW:()=>window.innerWidth,iH:()=>window.innerHeight,_Type:void 0,Url:location.href,Orig:location.origin,Host:location.hostname,Path:location.pathname,Lang:navigator.language,Agen:navigator.userAgent,Type:function(){return this._Type=this._Type?this._Type:this._Type=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(this.Agen)||768>this.iW?"Mobile":"Desktop"}},$$:(a,{all:b=!1,root:c=document}={})=>{const d=y.Match(a)?y.Match(a.slice(1))?"default":a[0]:"tag";return y[d](c,a,b)},Sleep:a=>new Promise(b=>setTimeout(b,a)),Log:async(a=null,b="print",{type:c="log",collapsed:d=!0}={})=>{c="string"===typeof c&&x[c]?c:c="log";if(null==a)x[c](b);else d?console.groupCollapsed(a):console.group(a),x[c](b),console.groupEnd()},AddStyle:async(a,b="New-Style")=>{let c=document.getElementById(b);c||(c=document.createElement("style"),c.id=b,document.head.appendChild(c));c.textContent+=a},AddScript:async(a,b="New-Script")=>{let c=document.getElementById(b);c||(c=document.createElement("script"),c.id=b,document.head.appendChild(c));c.textContent+=a},Listen:async(a,b,c,d={},e=null)=>{try{a.addEventListener(b,c,d),e&&e(!0)}catch{e&&e(!1)}},AddListener:async(a,b,c,d={})=>{const e=t.get(a);e&&e?.has(b)||(a.addEventListener(b,c,d),e||t.set(a,new Map),t.get(a).set(b,c))},RemovListener:(a,b)=>{const c=t.get(a)?.get(b);c&&(a.removeEventListener(b,c),t.get(a).delete(b))},Observer:async function(a,b,{mark:c=!1,throttle:d=0,subtree:e=!0,childList:h=!0,attributes:f=!0,characterData:m=!1}={},q=null){if(c){if(z[c])return;z[c]=!0}c={subtree:e,childList:h,attributes:f,characterData:m};d=new MutationObserver(this.Throttle(()=>{b()},d));d.observe(a,c);q&&q({ob:d,op:c})},WaitElem:async function(a,b,{raf:c=!1,all:d=!1,timeout:e=8,throttle:h=50,subtree:f=!0,childList:m=!0,attributes:q=!1,characterData:v=!1,timeoutResult:w=!1,object:r=document.body}={}){let k,g,n;if(c){let l;const C=()=>{g=d?document.querySelectorAll(a):document.querySelector(a);(n=d?0<g.length:g)?(cancelAnimationFrame(l),clearTimeout(k),b(g)):l=requestAnimationFrame(C)};l=requestAnimationFrame(C);k=setTimeout(()=>{cancelAnimationFrame(l);w&&b(g)},1E3*e)}else{const l=new MutationObserver(this.Throttle(()=>{g=d?document.querySelectorAll(a):document.querySelector(a);if(n=d?0<g.length:g)l.disconnect(),clearTimeout(k),b(g)},h));l.observe(r,{subtree:f,childList:m,attributes:q,characterData:v});k=setTimeout(()=>{l.disconnect();w&&b(g)},1E3*e)}},async WaitMap(a,b,{raf:c=!1,timeout:d=8,throttle:e=50,subtree:h=!0,childList:f=!0,attributes:m=!1,characterData:q=!1,timeoutResult:v=!1,object:w=document.body}={}){let r,k;if(c){let g;const n=()=>{k=a.map(l=>document.querySelector(l));k.every(l=>null!==l&&"undefined"!==typeof l)?(cancelAnimationFrame(g),clearTimeout(r),b(k)):g=requestAnimationFrame(n)};g=requestAnimationFrame(n);r=setTimeout(()=>{cancelAnimationFrame(g);v&&b(k)},1E3*d)}else{const g=new MutationObserver(this.Throttle(()=>{k=a.map(n=>document.querySelector(n));k.every(n=>null!==n&&"undefined"!==typeof n)&&(g.disconnect(),clearTimeout(r),b(k))},e));g.observe(w,{subtree:h,childList:f,attributes:m,characterData:q});r=setTimeout(()=>{g.disconnect();v&&b(k)},1E3*d)}},Storage(a,{type:b=sessionStorage,value:c=null,error:d}={}){let e;return null!=c?B[p(c)](b,a,c):(e=b.getItem(a),void 0!=e?B[p(JSON.parse(e))](b,e):d)},DomParse:a=>D.parseFromString(a,"text/html"),NameFilter:a=>a.replace(/[\/\?<>\\:\*\|":]/g,""),GetFill:a=>Math.max(2,`${a}`.length),ExtensionName:a=>{try{return a.match(/\.([^.]+)$/)[1].toLowerCase()||"png"}catch{return"png"}},Mantissa:function(a,b,c="0",d=null){return d?`${++a}`.padStart(b,c)+`.${this.ExtensionName(d)}`:`${++a}`.padStart(b,c)},ScopeParsing:(a,b)=>{const c=new Set,d=new Set,e=b.length;for(const f of a.split(/\s*[,\./]\s*/))if(/^\d+$/.test(f))c.add(Number(f)-1);else if(/^\d+(?:~\d+|-\d+)$/.test(f)){var h=f.split(/-|~/);a=Number(h[0]-1);h=Number(h[1]-1);const m=a<=h;for(;m?a<=h:a>=h;m?a++:a--)c.add(a)}else/(!|-)+\d+/.test(f)&&d.add(Number(f.slice(1)-1));return[...c].filter(f=>!d.has(f)&&f<e&&0<=f).sort((f,m)=>f-m).map(f=>b[f])},FormatTemplate:(a,b)=>{if("Object"!==p(a))return"Template must be an object";a=Object.fromEntries(Object.entries(a).map(([c,d])=>[c.toLowerCase(),d]));return"String"===p(b)?b.replace(/\{\s*([^}\s]+)\s*\}/g,(c,d)=>A.Process(a,d)):"Object"===p(b)?Object.entries(b).map(([c,d])=>A.Process(a,c,d)):{"Unsupported format":b}},OutputJson:async(a,b,c=null)=>{try{a="string"!==typeof a?JSON.stringify(a,null,4):a;b="string"!==typeof b?"Anonymous":b.replace(".json","");const d=document.createElement("a");d.href=`data:application/json;charset=utf-8,${encodeURIComponent(a)}`;d.download=`${b}.json`;d.click();await new Promise(e=>setTimeout(e,100));d.remove();c&&c({State:!0})}catch(d){c&&c({State:!1,Info:d})}},WorkerCreation:a=>{a=new Blob([a],{type:"application/javascript"});return new Worker(URL.createObjectURL(a))},Runtime:(a=null,b="Elapsed Time:",{style:c="\u001b[1m\u001b[36m%s\u001b[0m",log:d=!0}={})=>a?d?console.log(c,`${b} ${(Date.now()-a)/1E3}s`):Date.now()-a:Date.now(),GetDate:(a=null)=>{const b=new Date,c={year:b.getFullYear(),month:(b.getMonth()+1).toString().padStart(2,"0"),date:b.getDate().toString().padStart(2,"0"),hour:b.getHours().toString().padStart(2,"0"),minute:b.getMinutes().toString().padStart(2,"0"),second:b.getSeconds().toString().padStart(2,"0")};return(d=>d.replace(/{([^}]+)}/g,(e,h)=>c[h]||"Error"))("string"===typeof a?a:"{year}-{month}-{date} {hour}:{minute}:{second}")},Throttle:(a,b)=>{let c=0;return(...d)=>{const e=Date.now();e-c>=b&&(c=e,a(...d))}},Debounce:(a,b=500)=>{let c=null;return(...d)=>{clearTimeout(c);c=setTimeout(function(){a(...d)},b)}},Menu:async(a,b="Menu",c=1)=>{for(const [d,e]of Object.entries(a))GM_registerMenuCommand(d,()=>{e.func()},{title:e.desc,id:`${b}-${c++}`,autoClose:e.close,accessKey:e.hotkey})},Store:(a,b=null,c=null)=>u[a](b,c),StoreListen:async(a,b)=>{a.forEach(c=>{this.Mark[c]||(this.Mark[c]=!0,GM_addValueChangeListener(c,function(d,e,h,f){b({key:d,ov:e,nv:h,far:f})}))})}}})();