您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dark Mode for Strava StatsHunters
当前为
- /* ==UserStyle==
- @name statshunters.com - Dark Mode
- @namespace typpi.online
- @version 1.0.1
- @description Dark Mode for Strava StatsHunters
- @author Nick2bad4u
- @license UnLicense
- @homepageURL https://github.com/Nick2bad4u/UserStyles
- ==/UserStyle== */
- @-moz-document domain("statshunters.com") {
- /* Invert colors except images and videos */
- :is(.leaflet-container.leaflet-touch-drag) {
- filter: invert(1) hue-rotate(180deg) !important;
- }
- .ui-button--type-primary.ui-button--color-default {
- background: #000;
- color: #fff;
- }
- .ui-menu-option:not(.is-divider),
- .ui-menu-option__icon {
- overflow: auto;
- font-size: small;
- }
- .ui-menu-option__icon,
- .ui-icon {
- display: none;
- }
- }