Skip to content

Instantly share code, notes, and snippets.

@SamB
Created March 8, 2022 22:15
Show Gist options
  • Save SamB/a16ae90ac24bc32389cb65d6f457831c to your computer and use it in GitHub Desktop.
Save SamB/a16ae90ac24bc32389cb65d6f457831c to your computer and use it in GitHub Desktop.
Sphinx: Remove highlight (userscript)
// ==UserScript==
// @name Sphinx: Remove highlight
// @namespace Violentmonkey Scripts
// @match *://*/*.html?highlight=*
// @grant none
// @inject-into auto
// @version 1.0
// @author Samuel Bronson
// @description 3/8/2022, 4:49:16 PM
// ==/UserScript==
/// <reference types="tampermonkey" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment