谭周强

Created at 2022-08-17
Updated at 2022-08-17
第一个脚本
Total Installs
1,811
Today's New
+0
User Rating
- / 5.0 (0)
Current Version
0.2
Script Details
Applicable Sites

// ==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!");
})();