Created
March 8, 2022 22:15
-
-
Save SamB/a16ae90ac24bc32389cb65d6f457831c to your computer and use it in GitHub Desktop.
Sphinx: Remove highlight (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 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