Greasy Fork is available in English.

Quick debug

Quick inject scripts/style to current page.

Tác giả
Jixun.Moe
Cài đặt hàng ngày
0
Số lần cài đặt
159
Đánh giá
1 0 0
Phiên bản
1.0.0.2
Đã tạo
02-01-2015
Đã cập nhật
02-01-2015
Giấy phép
N/A
Áp dụng cho
Tất cả trang web

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.