Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Download Fidelity
- // @namespace http://tampermonkey.net/
- // @version 2025-01-21
- // @description try to take over the world!
- // @author You
- // @match https://digital.fidelity.com/ftgw/digital/portfolio/positions
- // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- alert('one')
- const aButton = document.getElementById('kebabmenuitem-download')
- alert('two')
- aButton.click()
- alert('three')
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement