Skip to content

Instantly share code, notes, and snippets.

@gparyani
gparyani / untimetravel.user.js
Last active March 31, 2019 11:18
Un-Time Travel: Disable Time Travel on all Stack Exchange sites
/** @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/.*$/
@gparyani
gparyani / ViewRanking.user.js
Last active November 6, 2019 06:48
View class ranking on sis.powayusd.com
// ==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

Keybase proof

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:

@gparyani
gparyani / oneclickreview.user.js
Last active March 14, 2023 07:46
Stack Exchange One-Click Reviews
// ==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/*