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 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 |
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 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 |
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 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== |
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 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 |