binary1230 / wellsfargo-bulk-PDF-statement-downloader

Need to download lots of PDFs from Wells Fargo's online banking website? This script helps make it really simple
62 stars 5 forks source link

Not working Feb 2022 is there a newer fix? #3

Open annonymous99999 opened 2 years ago

annonymous99999 commented 2 years ago

Not working Feb 2022 is there a newer fix? Can you post a screenshot also what the button looks like as well kindly?

stacy-c commented 2 years ago

Not working here either. Chrome Version 98.0.4758.109 on Mac OS 12.2.1 (Monterey) Would love to know a fix for this please! Thank you.

digitalcircuit commented 2 years ago

It seems to still be working here, Firefox v97.0, Kubuntu 20.04. If Wells Fargo is rolling out a change, I might've not received it yet.

I'm copying and pasting the original-source.js into Firefox's Developer Tools' JavaScript Console on the Statements & Documents page - if I paste it before navigating there, it doesn't seem to work.

The buttons are giant, red Cancel on the bottom left, and a giant green Download Statements on the bottom right.

bgwaltney commented 2 years ago

I couldn't get the script to work until I used the book mark option. The buttons would appear but they would only open one statement.

annonymous99999 commented 2 years ago

Does anyone know how to ping the authors to see if they can kindly take a look at the issue. I tried the old code and new code on chrome and firefox and no luck.

Also on a side note has anyone seen any software or services that reliably download the PDF statements for banks, brokers, and credit cards since so many interfaces are so poor and the retention vary in negative ways where you cant rely on the banks? Also buyouts and mergers wreck havoc with statement availability.

I wish there was good software that could Scan, OCR, recognize page numbers, and document names from regions of the document template and soft them into folders by business/bank and year. That way if the OCR messes up a little you can still find them. I am really surprised there is no easy way to digitize with rule and region based basic intelligence. IE upper right corner has bank name and date of statement bottom right page number. Add formatting of the dates and whenever you scan that banks document it gets sorted by folder and named based on document content from ocr search strings by region. Then you could scan multiple banks and accounts and the documents would get auto merged and sorted with searchable PDF. You could throw them in a big dumpster of a folder and hope your search works but kind of iffy.

kirteshjain commented 2 years ago

This code worked for me. I downloaded 8 years of statements on 7/20/22. copied the code from original-source.js and ran it on console then got to statement page two big buttons appear cancel and download statements. you need to allow download multiple docs alert from chrome

stacy-c commented 1 year ago

Still won't work for me. I guess there is no support for this?

grantiago commented 1 year ago

A chrome extension on my regular chrome profile was blocking this script. I suspect ublock orgin. It doesn't matter. Create a developer profile on chrome with no extensions. Log in using that profile in chrome. Works great. 👍 2023-02-27

This is an image

John-AZ commented 1 year ago

A chrome extension on my regular chrome profile was blocking this script. I suspect ublock orgin. It doesn't matter. Create a developer profile on chrome with no extensions. Log in using that profile in chrome. Works great. 👍 2023-02-27

@grantiago thanks for posting this.

It now works for me in latest version of Chrome. I had to turn AdblockPlus off and then it worked.