Skip to content

Instantly share code, notes, and snippets.

@mog86uk
mog86uk / mog86uk-Duo-IME-Auto-Toggler.user.css
Last active September 3, 2018 20:28
Automatically toggles between IME on and off states when doing the Japanese, Korean, and Chinese Duolingo courses (and their reverse trees).
/* ==UserStyle==
@name Duolingo IME Auto-Toggler
@description Automatically toggles between IME on and off states when doing the Japanese, Korean, and Chinese Duolingo courses (and their reverse trees).
@namespace mog86uk
@version 0.3.1
@author mog86uk (a.k.a. testmoogle)
@homepageURL https://gist.githubusercontent.com/mog86uk/582295b7008609c8130e0c3a69664a7e/raw/mog86uk-Duo-IME-Auto-Toggler.user.css
@supportURL https://gist.githubusercontent.com/mog86uk/582295b7008609c8130e0c3a69664a7e/
@license unlicense
@preprocessor stylus
@mog86uk
mog86uk / mog86uk-Discord-Layout-Mod.user.js
Created February 13, 2017 04:10
A mod for the Discord web app - to give extra shortcut keys for hiding sidebars, plus more layout stuff...
// ==UserScript==
// @name Discord Layout Mod
// @namespace mog86uk-discord-layout-mod
// @version 1.0
// @description A mod for the Discord web app - to give extra shortcut keys for hiding sidebars, plus more layout stuff...
// @author mog86uk
// @match https://discordapp.com/channels/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js
// @grant none
// ==/UserScript==
@mog86uk
mog86uk / mog86uk-JCJP-practice-settings-save.user.js
Last active January 18, 2019 22:35
japaneseclass.jp Practice - userscript to make the site remember all your Practice settings. ^^
// ==UserScript==
// @name JCJP Practice Settings Save
// @namespace mog86uk-jcjp-practice-settings-save
// @version 2.20
// @description JCJP Practice Settings Save! - Stores your Practice settings offline and automatically loads them each new session.
// @author mog86uk
// @match https://japaneseclass.jp/practice
// @grant none
// @noframes
// ==/UserScript==