Skip to content

Instantly share code, notes, and snippets.

View Heus-Sueh's full-sized avatar
Studying

Matheus Silva Heus-Sueh

Studying
  • Brasil
  • 04:08 (UTC -03:00)
View GitHub Profile
@cseeman
cseeman / markdown_examples.md
Last active June 16, 2025 14:10
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 February 24, 2025 14: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.4
// @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 15, 2025 03:31
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.