您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Increases the font weight of the persons' dates (not the names).
/* ==UserStyle== @name MyHeritage: font weight @namespace github.com/openstyles/stylus @version 1.0.1 @description Increases the font weight of the persons' dates (not the names). @author ciricuervo ==/UserStyle== */ @-moz-document domain("myheritage.com"), domain("myheritage.es") { @import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); /* Try to use Helvetica Neue if they exist locally, otherwise load it from CDN */ @font-face { font-family: 'helvetica-local'; src: local("HelveticaNeue-Medium"); font-style: normal; font-weight: 400 700; font-display: swap; } g[data-type="_svgGroup"] g[pointer-events="none"] text { font-family: 'helvetica-local', Inter, Arial, sans-serif; } g[data-type="_svgGroup"] g[pointer-events="none"] + g[pointer-events='none'] text { font-weight: 500; } g[data-type='_svgGroup'] g[pointer-events='none'] + g[pointer-events='none'] text[font-size^='13'] { font-size: 12.5px; } g[data-type='_svgGroup'] g[pointer-events='none'] + g[pointer-events='none'] text[font-size^='14.3'] { font-size: 13.8px; } g[data-type='_svgGroup'] g[pointer-events='none'] + g[pointer-events='none'] text[font-size^='15'] { font-size: 14.5px; } g[data-type='_svgGroup'] g[pointer-events='none'] + g[pointer-events='none'] text[font-size^='16.9'] { font-size: 16.4px; } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址