Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match postbox page URLs with parameters #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ing-postbox-download-all.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// ==UserScript==
// @name Download documents from postbox - ing.de
// @namespace https://github.com/ja-ka/violentmonkey
// @match https://banking.ing.de/app/postbox/postbox
// @match https://banking.ing.de/app/postbox/postbox_archiv
// @match https://banking.ing.de/app/postbox/postbox*
// @match https://banking.ing.de/app/postbox/postbox_archiv*
// @grant GM_download
// @grant GM_getValue
// @grant GM_setValue
// @require https://cdn.jsdelivr.net/npm/jquery@3/dist/jquery.min.js
// @require https://cdn.jsdelivr.net/combine/npm/@violentmonkey/dom@1,npm/@violentmonkey/ui@0.5
// @version 1.5
// @version 1.6
// @author Jascha Kanngießer
// @description Places a button "Alle herunterladen" next to "Alle archivieren" and downloads all documents visible on the page.
// @icon https://www.ing.de/favicon-32x32.png
Expand Down