您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Uneddits Reddit comments
// ==UserScript== // @name Uneddit Reddit // @namespace http://kmcdeals.com // @version 1 // @description Uneddits Reddit comments // @author Kmc // @match https://*.reddit.com/r/*/comments/* // @match http://*.reddit.com/r/*/comments/* // @grant GM_addStyle // ==/UserScript== GM_addStyle ("\ #uneddit{\ position: fixed;\ bottom: 0px;\ right: 0px;\ z-index: 9999999;\ background-color: #fafbfc;\ border-color: black;\ outline: 0px;\ border-width: 0px;\ border-top-width: 1px;\ border-left-width: 1px;\ border-top-left-radius: 5px;\ }\ "); var button = document.createElement('input'); button.setAttribute("type", "button"); button.setAttribute("name", "uneddit"); button.setAttribute("id", "uneddit"); button.setAttribute("value", "uneddit"); button.setAttribute("onclick", "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src', 'http://uneddit.com/loadCommentsFull.php');document.body.appendChild(e)})());"); document.body.appendChild(button);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址