谭周强

Created 2022-08-17
Updated 2022-08-17
第一个脚本
#知乎
#HelloWorld
Statistics
Total Installs
1.1K
Last 24h
+0
User Rating
-
简单的知乎网站控制台日志输出脚本

// ==UserScript== // @name 谭周强 // @namespace http://tampermonkey.net/ // @version 0.2 // @description 第一个脚本 // @author tan // @match ://.zhihu.com/* // @icon none // @grant none // ==/UserScript==

(function() { 'use strict'; console.log("hello,word!"); })();

Script Details
Applicable Sites
License
Not declared
No license declared — reuse with caution