谭周强
第一个脚本
Today's Installations
1
Total Installations
1,034
Creation Date
2022-08-17T08:47:00+00:00
Update Date
2022-08-17T10:00:18+00:00
User Rating
No Rating
v0.2

// ==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 Score
No one has rated the script yet. Be the first to rate it!