您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
entfernt die autoren-beleidigenden grafischen elemente, gleicht das archiv so weit als möglich an das layout der normalen seite an
/* ==UserStyle== @name telepolis archiv entneubert @description entfernt die autoren-beleidigenden grafischen elemente, gleicht das archiv so weit als möglich an das layout der normalen seite an @namespace archiv.telepolis.de @author mihau @version 1.5 @license MIT @preprocessor stylus ==/UserStyle== */ @-moz-document domain("archiv.telepolis.de") { path:nth-child(1) { fill: #b42900; } path:nth-child(n+2):nth-child(-n+23) { visibility: hidden !important; display: none !important; } .px-6.py-4.text-sm.bg-red-800.text-white.flex.flex-col.md\:flex-row.items-center.text-center.md\:text-left.gap-2, .aufmacherbild, a.flex.items-center { visibility: hidden !important; display: none !important; } }