Greasy Fork is available in English.

jQuery and common function shortcuts everywhere

injects jquery if not exists and adds some common function shortcuts to the window object. See al.help() for details.

ผู้เขียน
Alistair1231
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
40
คะแนน
0 0 0
เวอร์ชัน
0.5.1
สร้างเมื่อ
23-01-2022
อัปเดตเมื่อ
04-06-2023
Size
2.28 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ
ไซต์ทั้งหมด

Type al.help() on your console to see the shortcuts

As of 2023-04-25 this is the following. I may forget to update the description in the future. So it's good to check yourself ;)

al: jQuery and Method shortcuts everywhere
------------------------------------------
al.cl(str) - console.log(str)
al.js(obj) - JSON.stringify(obj)
al.jsp(obj) - JSON.stringify(obj, null, 2)
al.jp(str) - JSON.parse(str)
al.qs(selector) - document.querySelector(selector)
al.qsa(selector) - document.querySelectorAll(selector)
al.gid(id) - document.getElementById(id)
------------------------------------------