Skitv0.02.3-β1

便利機能定期

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/414478/861881/Skitv0023-%CE%B21.js

/*********************************
**Skit v0.02.3-β1****************
**Copyright (c) 2020 soso(51113)**
*********************************/

const isArray=n=>Object.prototype.toString.call(n)==="[object Array]";
const AFil=(n,t)=>!n||!t||!isArray(n)?undefined:n.filter(n=>n!==t);
const Ftime=(n,t)=>{const i=performance.now();t();const r=performance.now(),u=r-i,f=u.toPrecision(4);console.log(`${n}:${f}`)}