Skip to content

Instantly share code, notes, and snippets.

View 0x263b's full-sized avatar

Abram 0x263b

View GitHub Profile
@0x263b
0x263b / github.userstyle.css
Created June 25, 2020 19:25 — forked from montanaflynn/github.userstyle.css
Userstyle to align GitHub's new design https://userstyles.org/
/*
You can add this with the stylish extension using this regex:
https:\/\/github\.com/(?!notifications)(.+)
Stylish for chrome: https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe
Stylish for firefox: https://addons.mozilla.org/en-US/firefox/addon/stylish/
Based off https://gist.github.com/healingbrew/acc65ad439379eabdbb276e86975275e
*/

Season 1

WATCH:

[MYTHOLOGY] 1x01 Pilot

[MYTHOLOGY] 1x02 Deep Throat

[STANDALONE] 1x03 Squeeze

@0x263b
0x263b / archive_dm.rb
Last active September 25, 2021 13:28
Archive a discord DM and all attachments
#!/usr/bin/env ruby
# encoding: utf-8
Encoding.default_external = "UTF-8"
Encoding.default_internal = "UTF-8"
require "open-uri"
require "json"
require "net/https"
require "uri"
require "date"
// ==UserScript==
// @name Toogles
// @version 2018.10.22
// @description Redirect youtube to toogles
// @author Abram
// @match https://www.youtube.com/watch?v=*
// @run-at document-start
// @license MIT License
// ==/UserScript==
(function() {
@0x263b
0x263b / spoiler_bot.go
Last active September 24, 2018 04:35
Discord spoiler bot
package main
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"net/url"
"os"
// ==UserScript==
// @name Discord Token
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description try to take over the world!
// @author Untitled-1#0001
// @match https://discordapp.com/channels/*/*
// @grant none
// @run-at document-start
// @license MIT License
body,
[class^="header"] {
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important;
font-size: 14px !important;
}
input,
textarea {
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important;
}
a,
body,
[class^="header"] {
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important;
font-size: 14px !important;
}
input,
textarea {
font-family: "Twitter Color Emoji", Roboto, Arial, Arial Unicode MS, sans-serif !important;
}
a,
#!/usr/bin/env ruby
# encoding: utf-8
Encoding.default_external = "UTF-8"
Encoding.default_internal = "UTF-8"
require "open-uri"
require "json"
require "csv"
GUILD = "" # Server ID
#!/usr/bin/env ruby
# encoding: utf-8
Encoding.default_external = "UTF-8"
Encoding.default_internal = "UTF-8"
require "open-uri"
require "json"
GUILD = "" # Server ID
CHANNEL = "" # A Channel ID for the server, doesn't matter which