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...