c4console

15.06.2020, 06:31:18

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
UniBreakfast
일일 설치수
0
총 설치수
26
평점
0 0 0
버전
3.1.3
생성
2020-06-15
갱신
2020-09-27
크기
5.99KB
라이선스
없음
동작 사이트
모든 사이트

minified version is there: https://greasyfork.org/en/scripts/405348-c4console-min
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.