您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Highlight new stories on Hacker News
// ==UserScript== // @name Hacker News Highlighter // @description Highlight new stories on Hacker News // @author chocolateboy // @copyright chocolateboy // @version 1.3.0 // @namespace https://github.com/chocolateboy/userscripts // @license GPL // @include https://news.ycombinator.com/ // @include https://news.ycombinator.com/?p=* // @include /^https://news\.ycombinator\.com/(active|ask|best|front|newest|news|noobstories|show|shownew)\b/ // @require https://code.jquery.com/jquery-3.7.1.slim.min.js // @require https://cdn.jsdelivr.net/gh/chocolateboy/jquery-highlighter@63adeb7dea43c47e210fd17b0589e648239e97f0/dist/highlighter.min.js // @grant GM_deleteValue // @grant GM_getValue // @grant GM_listValues // @grant GM_registerMenuCommand // @grant GM_setValue // ==/UserScript== $.highlight({ item: 'tr.athing[id]:has(> td.votelinks)', target: 'td.title .titleline > a[href]', })
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址