c4console.min

15.06.2020, 06:31:18

ผู้เขียน
UniBreakfast
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
8
คะแนน
0 0 0
เวอร์ชัน
3.1.3
สร้างเมื่อ
15-06-2020
อัปเดตเมื่อ
27-09-2020
Size
4.25 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ
ไซต์ทั้งหมด

non-minified version is there: https://greasyfork.org/en/scripts/405385-c4console
NodeJS version is on NPM: https://www.npmjs.com/package/c4console

any_value.c() for console.log(value) && return value in-place! MUCH more convenient than console.log(...) w/o vars or debugger when all you need is to see what's there at a point.

Also adds c(...args) function that are similar to console.log but returns what was passed into it as well.