您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
none
// ==UserScript== // @name new_makaba_tripcode // @version 1.0 // @author porgamest // @match https://2ch.hk/rf/ // @match https://2ch.hk/rf/* // @grant none // @description none // @namespace https://greasyfork.org/users/176859 // ==/UserScript== (function() { 'use strict'; $("label[for=e-mail]").text("Трипкод"); document.getElementById("e-mail").name = "name"; document.getElementById("e-mail").placeholder = "трипкод"; document.getElementById("qr-e-mail").name = "name"; document.getElementById("qr-e-mail").placeholder = "трипкод"; })();