MetaFilter embiggen small hyperlinks

Makes small hyperlinks in comments on MetaFilter.com and all subsites larger. Helpful on mobile devices.

当前为 2020-01-20 提交的版本,查看 最新版本

// ==UserScript==
// @name          MetaFilter embiggen small hyperlinks
// @description	  Makes small hyperlinks in comments on MetaFilter.com and all subsites larger. Helpful on mobile devices.
// @author        Tehhund
// @match         *://*.metafilter.com/*
// @run-at        document-idle
// @version       11
// @namespace https://gf.qytechs.cn/users/324881
// ==/UserScript==

(function() {document.head.innerHTML += ('<style> .smallcopy > a:link { font-size: 130% ; } </style>');} )();

QingJ © 2025

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