Skip to content

Instantly share code, notes, and snippets.

View scoliono's full-sized avatar

scoliono

  • University of California, Los Angeles
View GitHub Profile
// ==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==
@scoliono
scoliono / hrw-alternate.user.js
Last active May 14, 2022 19:30
Uses alternate method of obtaining HRW answers. This should work with all types of problems.
// ==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==
@scoliono
scoliono / steam-quicklaunch.user.js
Created April 11, 2015 01:07
Launches games in the "Recent Game Activity" section of a Steam profile at the press of a button
// ==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==
@scoliono
scoliono / gdocs-color-change.user.js
Created October 16, 2014 17:58
Changes the color of the top bar. I may soon implement a system so that you can make your own themes with images.
// ==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");
@scoliono
scoliono / gdocs-link-change.user.js
Created October 4, 2014 18:40
Google docs hack that changes the "Docs home" link to your Drive home