Skip to content

Instantly share code, notes, and snippets.

View jbryson3's full-sized avatar

John Bryson jbryson3

View GitHub Profile
@jbryson3
jbryson3 / example.user.js
Last active December 18, 2023 01:42
This is an example showing Gist capability and how to auto update
// ==UserScript==
// @name EXAMPLE SCRIPT
// @version 0.8
// @description This is an example showing Gist capability and how to auto update
// @author jbryson3
// @include https://www.google.com
// @grant none
// @updateURL https://gist.github.com/jbryson3/daabe54f25c4f71d6dee/raw/example.user.js
// @downloadURL https://gist.github.com/jbryson3/daabe54f25c4f71d6dee/raw/example.user.js
// ==/UserScript==