牛刀小试
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/515340/1476225/%E6%97%BA%E6%97%BAUpUp.js
// ==UserScript==
// @name 旺旺UpUp
// @namespace http://tampermonkey.net/
// @version 0.31
// @description 牛刀小试
// @author handsomeboy
// @match https://ads.tiktok.com/i18n/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
testConsole();
console.log("test now-----------------------------------------------------------------------")
})();