1 Star 1 Fork 0

Yomli/Scratch 3 Developer Tools Browser Extension v5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
injectSimple.js 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yomli 提交于 2022-01-05 08:58 . main files(插件主体文件)
const s = document.createElement('script');
// TODO: add "script.js" to web_accessible_resources in manifest.json
s.src = chrome.runtime.getURL('inject3.js');
s.onload = function() {
this.remove();
};
(document.head || document.documentElement).appendChild(s);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hshqwq/scratch-3-developer-tools-browser-extension-v5.git
[email protected]:hshqwq/scratch-3-developer-tools-browser-extension-v5.git
hshqwq
scratch-3-developer-tools-browser-extension-v5
Scratch 3 Developer Tools Browser Extension v5
v5.2

搜索帮助