Skip to content

Instantly share code, notes, and snippets.

View brussell98's full-sized avatar

Brandon Russell brussell98

View GitHub Profile
@brussell98
brussell98 / CHANGELOG.md
Last active January 9, 2021 07:21
Bots on Discord 2.12 Changelog

2.12.0

Features

  • Added the ability for Helpers to recommend a bot for approval, with a note
  • Made Commands public
    • Added API documentation section
    • Added about page section
  • Added an admin permission warning to bot pages
@brussell98
brussell98 / reddit-old-layout.js
Created November 18, 2021 16:20
Redirects to old.reddit.com when private browsing
// ==UserScript==
// @name Reddit Old Layout
// @namespace 9bf36c681d35d52913b3bda74ddf6127318ed7b0
// @version 0.3
// @description Forces usage of the old reddit version
// @author Brussell
// @match https://www.reddit.com/*
// @match https://reddit.com/*
// @grant none
// @run-at document-start