可以在页面和DOM加载之前运行用户脚本吗?
最佳答案
仅当user script runs on google chrome atm时。 Greasemonkey也许有一天会支持此:
// ==UserScript==
// @name My script
// @description It's really neat
// @run-at document-start
// ==/UserScript==
关于javascript - Greasemonkey中的启动用户脚本,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3060540/