Skip to content

Instantly share code, notes, and snippets.

View gsilvan's full-sized avatar

Silvan Gümüşdere gsilvan

  • Berlin, Germany
  • 08:04 (UTC +01:00)
View GitHub Profile
@gsilvan
gsilvan / noEilmeldung.js
Last active December 3, 2025 15:58
Removes the yellow breaking news banner ("Eilmeldungen") from Spiegel Online. Automatically hides the distracting breaking news section at the top of https://www.spiegel.de for a cleaner reading experience. Compatible with Violentmonkey, Tampermonkey, and Greasemonkey.
// ==UserScript==
// @name Disable Spiegel Online Eilmeldungen
// @namespace Violentmonkey Scripts
// @match https://www.spiegel.de/*
// @grant none
// @version 1.0
// @author Silvan Gümüsdere
// @description 3.12.2025, 16:45:08
// ==/UserScript==
@gsilvan
gsilvan / hideGithubCopilot.js
Created November 18, 2025 09:42
hide github copilot
// ==UserScript==
// @name Hide Copilot
// @namespace Violentmonkey Scripts
// @match https://github.com/*
// @grant none
// @run-at document-start
// @version 1.0
// @author -
// @description 18.11.2025, 10:25:27
// ==/UserScript==
@gsilvan
gsilvan / dkb_reload.js
Last active March 24, 2022 10:27
refresh session-counter script for DKB banking to stay logged-in forever
// ==UserScript==
// @name DKB Logout preventer
// @namespace Violentmonkey Scripts
// @match https://www.dkb.de/*
// @grant none
// @version 0.1
// @author -
// @description 6.1.2021, 12:52:33
// ==/UserScript==