This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 <[email protected]> | |
// @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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Schoology grade analyzer | |
// @namespace http://tesd.net | |
// @version 0.2.7 | |
// @author Mihir Dhamankar <[email protected]> | |
// @license MIT | |
// @icon https://i.imgur.com/jN8uZGF.jpg | |
// @match *://app.schoology.com/* | |
// @match *://schoology.tesd.net/* | |
// @grant none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name GPAssist | |
// @namespace http://stoga.net/ | |
// @version 0.5.1 | |
// @author Mihir Dhamankar <[email protected]> and Rohit Chatterjee | |
// @license MIT | |
// @icon https://i.imgur.com/jN8uZGF.jpg | |
// @match *://app.schoology.com/* | |
// @match *://schoology.tesd.net/* | |
// @grant none |