I hereby claim:
- I am gparyani on github.
- I am gparyani (https://keybase.io/gparyani) on keybase.
- I have a public key ASBAOdz_eSo1TYWl70WF-IkmTvKWteV2ws3zZIcjtwJFxwo
To claim this, I am signing this object:
// ==UserScript== | |
// @name Stack Exchange One-Click Reviews | |
// @namespace https://gist.github.com/gparyani/ | |
// @description Review items on Stack Exchange by simply clicking on the review action, rather than having to select and choose Submit | |
// @author gparyani | |
// @version 1.1 | |
// @license GNU General Public License | |
// @match *://*.stackexchange.com/review/* | |
// @match *://*.stackoverflow.com/review/* | |
// @match *://*.superuser.com/review/* |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name View class ranking on sis.powayusd.com | |
// @author Gaurav Paryani | |
// @description While class rankings for students at Poway Unified schools aren't displayed, they are in fact served to students when viewing the "Course History" page, but hidden in the page DOM. This script simply makes this information visible. | |
// @version 1.1 | |
// @license MIT; https://opensource.org/licenses/MIT | |
// @match *://sis.powayusd.com/PXP2_CourseHistory.aspx* | |
// @match *://swsis.powayusd.com/PXP2_CourseHistory.aspx* | |
// @updateURL https://gist.github.com/gparyani/424c06af28628d8e572a2fd63b2726b1/raw/b18d760f6f69791201c341b9cdf7ad38a8bc7522/ViewRanking.user.js | |
// @downloadURL https://gist.github.com/gparyani/424c06af28628d8e572a2fd63b2726b1/raw/b18d760f6f69791201c341b9cdf7ad38a8bc7522/ViewRanking.user.js |
/** @preserve | |
// ==UserScript== | |
// @name Un-time Travel | |
// @namespace gparyani | |
// @version 1.0.1 | |
// @description Disable Time Travel Mode (2019 April Fool's Day Stack Exchange feature) on all network sites | |
// @homepage https://gist.github.com/gparyani/b34742d0b62c21ee19b5d6e5f3eb7b67 | |
// @grant none | |
// @run-at document-start | |
// @include /^https?:\/\/(.*\.)?stackoverflow\.com/.*$/ |