HN sans votes

Removes vote arrows and score from Hacker News

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/460783/1154997/HN%20sans%20votes.js

  1. // ==UserScript==
  2. // @name HN sans votes
  3. // @namespace https://github.com/tekinosman/
  4. // @version 1.1
  5. // @license MIT
  6. // @description Removes vote arrows and score from Hacker News
  7. // @author Osman Tekin
  8. // @match https://news.ycombinator.com/*
  9. // @match http://news.ycombinator.com/*
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com
  11. // @grant GM_addStyle
  12. // ==/UserScript==
  13.  
  14. GM_addStyle(".votearrow, .score { display: none !important }");

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址