📌 📄 内容摘要:
F-Droid 在 🎉JS安全卫士震撼来袭! 中发帖
// ==UserScript==
// @name JS安全卫士
// @namespace https://linux.do/t/topic/1190836
// @version 1.0
// @description 🛡️ 智能检测并拦截可疑脚本
// @match *://*/*
// @run-at document-start
// @grant none
// ==/UserScript==
(function() {
'use strict';
const MIN_BASE64 = 100;
const SUSPICIOUS_KEYWORDS = [
/augment/i, /stytch/i, /telemetry/i, /fingerprin...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1190836/1 ─────────────────────────────
📢 来源:LINUX DO