2197| 19
|
[求助] 油猴脚本有没有可能做到使html中这段内嵌js失效 |
发表于 2022-9-14 19:29
50吾爱币
最佳答案[mw_shl_code=javascript,true]
// ==UserScript==
// @name replaceJS
// @namespace http://tampermonkey.net/
// @version 0.1
// @AuThor alexPencil
// @match
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
const dispatch = (script, target) => {
if(script.tagName !== "SCRIPT") {
...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2022-9-14 19:29
| ||
发表于 2022-9-14 20:14
| ||
|
发表于 2022-9-14 21:28
| ||
|
发表于 2022-9-14 21:33
| ||
发表于 2022-9-14 22:25
| ||
发表于 2022-9-15 07:01
| |
发表于 2022-9-15 09:02
| ||
发表于 2022-9-15 09:41
| |
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-11-24 15:30
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.