Skip to content

Instantly share code, notes, and snippets.

@Mdkar
Mdkar / Interactive IPA Chart Textbox.user.js
Last active February 21, 2021 07:01
Adds a text box to the interactive IPA chart at https://www.ipachart.com/ to copy characters you click on
// ==UserScript==
// @name Interactive IPA Chart Textbox
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Adds a text box to the interactive IPA chart at https://www.ipachart.com/ to copy characters you click on
// @author Mihir Dhamankar <mdhamank@andrew.cmu.edu>
// @match https://www.ipachart.com/
// @grant none
// @icon https://taiwebs.com/upload/icons/typeit-extended220-220.jpg
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
@Mdkar
Mdkar / Schoology grade analyzer.user.js
Last active April 8, 2019 22:28 — forked from rcz0001/Schoology grade analyzer.user.js
Schoology userscript to analyze grades
// ==UserScript==
// @name Schoology grade analyzer
// @namespace http://tesd.net
// @version 0.2.7
// @author Mihir Dhamankar <mihirmdkar@gmail.com>
// @license MIT
// @icon https://i.imgur.com/jN8uZGF.jpg
// @match *://app.schoology.com/*
// @match *://schoology.tesd.net/*
// @grant none
@Mdkar
Mdkar / GPAssist.user.js
Last active April 13, 2019 00:38
Schoology userscript to change how you view and analyze your grades. *Disclaimer* This script only operates on the limited information provided by your browser. The GPA calculated by this extension is just an estimate and is NOT your actual GPA and please do not obsess over it.
// ==UserScript==
// @name GPAssist
// @namespace http://stoga.net/
// @version 0.5.1
// @author Mihir Dhamankar <mihirmdkar@gmail.com> and Rohit Chatterjee
// @license MIT
// @icon https://i.imgur.com/jN8uZGF.jpg
// @match *://app.schoology.com/*
// @match *://schoology.tesd.net/*
// @grant none