Greasy Fork

welt.de SocialBarGone

4.2.2025, 22:11:54

目前为 2025-02-05 提交的版本。查看 最新版本

// ==UserScript==
// @name        welt.de SocialBarGone
// @namespace   Violentmonkey Scripts
// @match       https://www.welt.de/*
// @grant       none
// @version     1.1
// @author      -
// @license     MIT
// @description 4.2.2025, 22:11:54
// ==/UserScript==

const style = document.createElement('style');
style.textContent = "[data-component='SocialBar'] { display: none !important; }";
document.head.appendChild(style);