Greasy Fork is available in English.

NoxLib

A collection of functions to simlify or enhance their original component

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/445256/1052119/NoxLib.js

Autor
ApeiroNox
Verzia
0.0.1.20220519194011
Vytvorené
19.05.2022
Aktualizované
19.05.2022
Licencia
neuvedené

NoxLib | Library for convenience


Content

Function Usage Description
EL EL('body') minified version of document.querySelector
ELL ELL('li') minified version of document.querySelectorAll
createElement createElement('h1',{'textContent':'Heading'}) create HTMLElement and directly assign Attributes
xhttpRequest xhttpRequest(...).then(...) send httpRequest as Promise

Disclaimer


This is a collection of various functions to enhance or simplify your work-style

Some of these functions have taken inspiration from stackoverflow, w3school and other sources

You are permitted to use this Library freely