Quick debug

Quick inject scripts/style to current page.

작성자
Jixun.Moe
일일 설치 수
0
총 설치 수
163
평점
2 0 0
버전
1.0.0.2
생성일
2015-01-02
갱신일
2015-01-02
크기
2.68KB
라이선스
해당 없음
적용 사이트
모든 사이트

QuickDebug

A simple script to quickly inject script/style to current page.

快速调试

很简单的脚本,能让你从控制台快速插入脚本或样式。

使用方法 / Usage

QuickDebug(); // Inject default scripts or styles; only have jQuery as default for now.
QuickDebug.script(url, ver, onload); // Inject script
QuickDebug.style(url, ver, onload);

QuickDebug.script.jQuery(ver); // Default to `latest`
QuickDebug.script.vue(ver); // VueJS

// Explore the source code for more.