Skip to content

Instantly share code, notes, and snippets.

View philippgitpush's full-sized avatar
🌱
Dandori issue

Philipp philippgitpush

🌱
Dandori issue
View GitHub Profile
@erikjung
erikjung / blockquotes.md
Created June 4, 2024 16:22
GitHub Markdown Blockquotes

Note

Highlights information that users should take into account, even when skimming.

Tip

Optional information to help a user be more successful.

Important

Crucial information necessary for users to succeed.

[!WARNING]

// ==UserScript==
// @name Reddit collapse stickied comments
// @namespace https://github.com/Farow/userscripts
// @description asdasd
// @include https://*.reddit.com/r/*/comments/*
// @version 1.0.0
// @grant none
// ==/UserScript==
let load_more_comments = 1;