Skip to content

Instantly share code, notes, and snippets.

View steven2358's full-sized avatar

Steven Van Vaerenbergh steven2358

View GitHub Profile
@steven2358
steven2358 / SuperBoeBookmarklet.js
Last active November 7, 2022 16:12
SuperBOE bookmarklet
javascript:location.hostname = location.hostname.replace('boe.es','superboe.es');
@steven2358
steven2358 / toggle-chatgpt-sidebar.js
Last active May 10, 2023 21:44
ChatGPT sidebar visibility toggle bookmarklet
javascript:(function(){const element = document.querySelector('div.dark.flex-shrink-0.overflow-x-hidden.bg-gray-900');if (element) {const currentDisplay = window.getComputedStyle(element).getPropertyValue('display');;element.style.display = currentDisplay === 'none' ? 'flex' : 'none';}})();
@steven2358
steven2358 / conda_environment.md
Last active December 27, 2023 22:29
Conda environment commands
@steven2358
steven2358 / ffmpeg.md
Last active May 1, 2024 23:11
FFmpeg cheat sheet