Skip to content

Instantly share code, notes, and snippets.

View Qwerty-Space's full-sized avatar
💭
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww

Qwerty-Space Qwerty-Space

💭
wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww
View GitHub Profile
@Qwerty-Space
Qwerty-Space / HotReddit.js
Last active August 12, 2021 14:13
Redirects the Reddit Front Page to /hot/ before the page loads
// ==UserScript==
// @name Hot Reddit
// @namespace https://oqwerty.space
// @author Qwerty-Space
// @version 2
// @description Sort the Front Page by hot instead of best
// @icon https://www.redditstatic.com/desktop2x/img/favicon/favicon-32x32.png
// @include *.reddit.com/
// @run-at document-start
// ==/UserScript==
@Qwerty-Space
Qwerty-Space / bnetlauncher_updater.py
Last active April 11, 2020 22:38
Checks current version, and updates bnetlauncher: https://github.com/dafzor/bnetlauncher/releases
"""
requirements:
• requests
• PyGitHub: https://github.com/PyGithub/PyGithub
"""
import os
import time
import requests
from github import Github