GM_addElement允许Tampermonkey脚本向Tampermonkey所在的页面添加新元素。这对于各种用途非常有用,例如在页面通过内容安全策略(CSP)限制script和img标签时,可以添加这些元素。 它创建一个由"tag_name"指定的HTML元素,并应用所有给定的"attributes",然后返回注入的HTML元素。如果给定了"parent_node",则将其附加到该节点上,...
GM_addElement允许Tampermonkey脚本向Tampermonkey所在的页面添加新元素。这对于各种用途非常有用,例如在页面通过内容安全策略(CSP)限制script和img标签时,可以添加这些元素。 它创建一个由"tag_name"指定的HTML元素,并应用所有给定的"attributes",然后返回注入的HTML元素。如果给定了"parent_node",则将其附加到该节点上,...
Omitted entirely, which is the same as having a copyright statement, but less clear to users. Note that if your script is based on code someone else wrote, you may be restricted in what license you choose. §@supportURL 该脚本的技术支持链接(如:错误反馈系统、论坛、电子邮箱地址等),该链接将...
there is a toggle on the address bar. You can use this toggle to turn its functionality off and on, check for updates, create your user script, and opens a dashboard where you manage the Tampermonkey
User-friendly support Tampermonkey is an excellent choice for anyone looking for a streamlined and powerful user script modification tool. At less than900 kilobytes, it can be quickly installed on most operating systems. Another essential feature to mention is that many of its tags are supported by...
@supportURL 定义用户可以报告问题和获取个人支持的URL。 @webRequest @webRequest接受一个与GM_webRequest的rule参数匹配的JSON文档。它允许规则在用户脚本加载之前应用。 @unwrap 将用户脚本注入到页面中,不带任何包装器和沙箱,这对于Scriptlets可能是有用的。
// @supportURL https://xxxx.com/xx/xx // ==/UserScript== 1. 2. 3. @include 脚本应该运行的页面。允许多个标签实例。 下面例子代表在搜狗搜索、百度搜索的页面,脚本会执行 // ==UserScript== // @include https://www.baidu.com/ // @include https://www.sogou.com/ ...
a.support||(g=u.createIcon(v.get("bug"),"",a.uuid,"bug",t.getMessage("Report_a_bug"))...
You are about to download theUserscript+ for Tampermonkey 1.1 Extension crx file for Chrome based browsers: Tampermonkey script shop, Show current site all UserJS,The easier way to install UserJs for ... The offline & original crx file ofUserscript+ for Tampermonkey v1.1was fully archived from...
TypeScript152 Repositories tampermonkey-i18nPublic Tampermonkey's locale files utilsPublic tampermonkey-editorsPublic Online editor support for Tampermonkey's userscripts TypeScript15MIT240UpdatedOct 6, 2024 tamperdavPublic A WebDAV-like server to sync Tampermonkey scripts and edit them with an external edi...