Skip to content

Instantly share code, notes, and snippets.

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

Mario G. iDschepe

🏠
Working from home
  • devowl.io | it-guenter.de
  • Grafling, Bayern
View GitHub Profile
@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