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
#!/bin/sh | |
# Installation instructions: | |
# - Download the file | |
# - mv finalize.sh finalize | |
# - chmod +x finalize | |
# - mv finalize /usr/local/bin | |
# - now you can type `finalize` in any directory and it should work | |
# NOTE: this will rename all the files in your current directory, so be careful |
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== | |
// Version: 1.0 | |
// @name Co-op OFX Download Link | |
// @description Download co-op internet banking statements in OFX format. | |
// @namespace http://userscripts.org/scripts/show/6976 | |
// @include https://welcome22.smile.co.uk/SmileWeb/getDomesticStatementPage.do* | |
// @include https://welcome22.smile.co.uk/SmileWeb/paginateDomesticStatement.do* | |
// @include https://welcome23.smile.co.uk/SmileWeb/getDomesticStatementPage.do* | |
// @include https://welcome23.smile.co.uk/SmileWeb/paginateDomesticStatement.do* | |
// @include https://welcome26.co-operativebank.co.uk/CBIBSWeb/domesticRecentItems* |