Skip to content

Instantly share code, notes, and snippets.

View Heus-Sueh's full-sized avatar
Studying

Matheus Silva Heus-Sueh

Studying
  • Brasil
  • 12:58 (UTC -03:00)
View GitHub Profile
@cseeman
cseeman / markdown_examples.md
Last active July 4, 2025 22:25
Markdown for info panel/warning box

Examples for how to create your own info panel, warning box and other decent looking notification in GitHub markdown.

All the boxes are single/two cell tables or two row tables.

Warning box

❗ You have to read about this
@Ellivers
Ellivers / youtube-search-options.user.js
Last active July 2, 2025 08:56
Better YouTube Search Control
// ==UserScript==
// @name Better Search Result Control
// @namespace YouTube Search Options
// @match https://www.youtube.com/*
// @downloadURL https://gist.github.com/Ellivers/9d7beaa66590ce719c1d8c333d6cfaa1/raw/youtube-search-options.user.js
// @grant GM_getValue
// @grant GM_setValue
// @version 1.5
// @author Ellivers
// @description 2022-09-06, 19:00:54
// ==UserScript==
// @name Spotify ad skipper
// @version 1.0
// @namespace http://tampermonkey.net/
// @description Detects and skips ads on spotify
// @match https://*.spotify.com/*
// @grant none
// @run-at document-start
// @downloadURL https://gist.githubusercontent.com/Simonwep/24f8cdcd6d32d86e929004013bd660ae/raw
// @updateURL https://gist.githubusercontent.com/Simonwep/24f8cdcd6d32d86e929004013bd660ae/raw
@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active June 26, 2025 19:46
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.