您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fills out textarea with the form
// ==UserScript== // @name HF News Auto Fill // @namespace Snorlax // @description Fills out textarea with the form // @include http://www.hackforums.net/showthread.php?tid=4992602* // @include http://hackforums.net/showthread.php?tid=4992602* // @version 1.2 // ==/UserScript== text = "[b][color=#00BFFF]Briefly describe the event:[/color][/b]\n[b][color=#00BFFF]Why is it newsworthy:[/color][/b]\n[b][color=#00BFFF]Any important links:[/color][/b]"; document.getElementById('message').value = text;