Skip to content

Instantly share code, notes, and snippets.

View purduepete's full-sized avatar

Jim Brown purduepete

View GitHub Profile
@purduepete
purduepete / tampermonkey-autotrade.js
Last active May 17, 2026 22:36
Auto Trade Controller - Tampermonkey
// ==UserScript==
// @name Auto Trade Controller
// @namespace http://tampermonkey.net/
// @version 3.0
// @description Preview and place automation with dynamic control
// @author Jim Brown
// @match https://digital.fidelity.com/ftgw/digital/portfolio/summary
// @match https://digital.fidelity.com/ftgw/digital/trade-equity*
// @icon https://digital.fidelity.com/favicon.ico
// @updateURL https://gist.githubusercontent.com/purduepete/1c1cbb1ebfbda38964b26e5e9431e025/raw/tampermonkey-autotrade.js
@purduepete
purduepete / tampermonkey-barchart-overlay.js
Last active May 17, 2026 22:36
Barchart Trade Overlay - Tampermonkey
// ==UserScript==
// @name Barchart Trade Overlay
// @namespace https://webportfolio.local
// @version 3.0
// @description Injects a trade summary overlay on Barchart options pages when opened from Web Portfolio
// @match https://www.barchart.com/options/price-history*
// @match https://www.barchart.com/stocks/quotes/*/options-summary*
// @updateURL https://gist.githubusercontent.com/purduepete/213e26d982e3f1840acb7b94cbd4eae3/raw/tampermonkey-barchart-overlay.js
// @downloadURL https://gist.githubusercontent.com/purduepete/213e26d982e3f1840acb7b94cbd4eae3/raw/tampermonkey-barchart-overlay.js
// @grant none
@purduepete
purduepete / tampermonkey-fidelity-overlay.js
Last active May 17, 2026 22:36
Fidelity Trade Context Overlay - Tampermonkey
// ==UserScript==
// @name Fidelity Trade Context Overlay
// @namespace https://webportfolio.local
// @version 3.0
// @description Injects a trade context overlay on Fidelity Options Research pages when opened from Web Portfolio
// @match https://digital.fidelity.com/ftgw/digital/exp-options-research/*
// @updateURL https://gist.githubusercontent.com/purduepete/9a63b561a9e2f7abe9882f4c392af8ce/raw/tampermonkey-fidelity-overlay.js
// @downloadURL https://gist.githubusercontent.com/purduepete/9a63b561a9e2f7abe9882f4c392af8ce/raw/tampermonkey-fidelity-overlay.js
// @grant none
// ==/UserScript==
@purduepete
purduepete / webbookmarks-palette.user.js
Last active May 19, 2026 01:46
WebBookmarks Command Palette - Tampermonkey Script
// ==UserScript==
// @name WebBookmarks Command Palette
// @namespace https://webbookmarksapi.azurewebsites.net
// @version 1.6
// @description Press Ctrl+/ on any page to open the WebBookmarks command palette
// @match *://*/*
// @exclude https://witty-hill-00503bc10.7.azurestaticapps.net/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
// @grant GM_openInTab