Skip to content

Instantly share code, notes, and snippets.

View iDschepe's full-sized avatar
🏠
Working from home

iDschepe

🏠
Working from home
  • devowl.io | it-guenter.de
  • Grafling, Bayern
  • 17:59 (UTC +02:00)
View GitHub Profile
@iDschepe
iDschepe / clickup-wider-task-view.user.js
Last active July 10, 2025 07:51
A userscript that expands ClickUp's task view content area for improved readability and productivity on wide and UltraWide monitors (e.g. 34"). Perfect for users who want to maximize screen space and enhance their task editor layout in ClickUp’s web app.
// ==UserScript==
// @name ClickUp Wider Task View
// @namespace https://github.com/iDschepe
// @version 1.1
// @description Expands the task content area in ClickUp's task view — especially designed for wide screens like 34" UltraWide monitors.
// @author iDschepe
// @match https://app.clickup.com/*
// @grant none
// @license MIT
// ==/UserScript==
@iDschepe
iDschepe / Xing Inbox - Remove Ads Messages.js
Last active February 10, 2024 15:38
Xing Inbox - Remove Ads Messages - Tampermonkey
// ==UserScript==
// @name Xing Inbox - Remove Ads Messages
// @namespace @idschepe
// @version 2024-02-10
// @description try to take over the world!
// @author https://github.com/iDschepe
// @match https://www.xing.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=xing.com
// @grant none
// ==/UserScript==
@iDschepe
iDschepe / HypoVereinsbank - Kontoumsätze automatisch absteigend sortieren.js
Created June 30, 2023 13:21
Hypovereinsbank Online - Kontoumsätze automatisch absteigend sortieren
// ==UserScript==
// @name HypoVereinsbank - Umsätze absteigend sortieren
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author idschepe
// @match https://my.hypovereinsbank.de/portal?view=/de/banking/konto/kontofuehrung/umsaetze.jsp
// @grant none
// ==/UserScript==
@iDschepe
iDschepe / eBay_Kleinanzeigen_Anzeige_duplizieren.js
Last active February 24, 2024 12:37 — forked from J05HI/eBay_Kleinanzeigen_Anzeige_duplizieren.js
(ehem. eBay) Kleinanzeigen - Anzeige duplizieren
// ==UserScript==
// @namespace https://github.com/J05HI
// @name Kleinanzeigen - Anzeige duplizieren
// @description Bietet eine "Anzeige duplizieren" Funktion beim Bearbeiten einer vorhandenen Anzeige in Kleinanzeigen.
// @icon http://www.google.com/s2/favicons?domain=kleinanzeigen.de
// @copyright 2020, J05HI (https://github.com/J05HI)
// @license MIT
// @version 1.0.2
// @match https://www.kleinanzeigen.de/p-anzeige-bearbeiten.html?adId=*
// @grant none