WATCH:
[MYTHOLOGY] 1x01 Pilot
[MYTHOLOGY] 1x02 Deep Throat
[STANDALONE] 1x03 Squeeze
| /* | |
| 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 | |
| */ |
| #!/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() { |
| 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 |