All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:17, 11 March 2025 Mwroot talk contribs created page Chinese Text Mask script to random mask 4 characters on page (Created page with "<syntaxhighlight lang="javascript" line> // ==UserScript== // @name Chinese Text Mask (Final v1.2) // @namespace http://tampermonkey.net/ // @version 1.2 // @description 仅遮挡连续4个汉字,跳过标点符号与其它字符 // @author YourName // @match *://*/* // @grant none // ==/UserScript== (function() { 'use strict'; const CONFIG = { maskCount: 40, // 遮挡数量 exactLength: 4,...")