This file contains hidden or 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 Membean Automater | |
// @namespace http://github.com/scoliono | |
// @version 1.0 | |
// @description Script that does your Membean homework for you. | |
// @author scoliono | |
// @match http://membean.com/training_sessions/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 My HRW Assistant (Plan B) | |
// @namespace http://github.com/scoliono | |
// @version 1.1 | |
// @description Provides answers to HRW problems upon pressing "Viewer Help" button. | |
// @author scoliono | |
// @match https://my.hrw.com/wwtb/api/viewer.pl | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Steam Community - Recent Game Launcher | |
// @namespace http://github.com/scoliono | |
// @version 1.0 | |
// @description Launches games in the "Recent Game Activity" section of a Steam profile at the press of a button | |
// @author scoliono | |
// @match http*://steamcommunity.com/*/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Google Docs button color sweg | |
// @namespace http://github.com/scoliono | |
// @version v1.0 | |
// @description Changes the color of the top bar in Google Docs | |
// @author James Shiffer | |
// @match https://docs.google.com/* | |
// @grant none | |
// ==/UserScript== | |
var myElements = document.querySelectorAll(".jfk-button"); |
This file contains hidden or 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 Google Docs - "Docs home" link replacement | |
// @namespace http://github.com/scoliono | |
// @version v1.0 | |
// @description Changes the "Docs home" button to link you to your Drive home instead. I find this to be very convenient now that Google's made Docs and Drive separate things again. | |
// @author James Shiffer | |
// @match https://docs.google.com/* | |
// @grant none | |
// ==/UserScript== |