Skip to content

Instantly share code, notes, and snippets.

View jkbe's full-sized avatar

Jakob Edding jkbe

View GitHub Profile
@jkbe
jkbe / github-notifications-helper.user.js
Last active May 12, 2025 09:18
Add floating buttons to manage unhelpful GitHub notifications more easily.
// ==UserScript==
// @name GitHub Notifications Helper
// @namespace http://tampermonkey.net/
// @version 1.0
// @downloadURL https://gist.github.com/jkbe/7928b023a9ab18f373e4b59e8522af92/raw/github-notifications-helper.user.js
// @description Add floating buttons to manage unhelpful GitHub notifications more easily.
// @author jkbe
// @match https://github.com/notifications*
// @grant none
// ==/UserScript==
@jkbe
jkbe / soundcloud-loop-section.user.js
Last active April 16, 2025 22:29
Automatically loops a section of a SoundCloud track by jumping from timestamp Y back to X.
// ==UserScript==
// @name SoundCloud Loop Section with UI Controls
// @namespace http://tampermonkey.net/
// @version 1.7 // Prevent running in iframes
// @downloadURL https://gist.github.com/jkbe/2aa45c9eb7aaacd472e9b60d53cd0b95/raw/soundcloud-loop-section.user.js
// @description Automatically loops a section of a SoundCloud track by jumping from timestamp Y back to X. Control loop via on-page UI.
// @author Your Name / AI Assistant
// @match https://soundcloud.com/*/*
// @grant GM_setValue
// @grant GM_getValue
@jkbe
jkbe / copy-markdown-link-html-title.user.js
Last active February 23, 2025 21:48
Userscript: Copy Markdown link with HTML `<title>` with cmd+alt+shift+c