Co-op/Smile to OFX

By Chris B Last update Jun 30, 2007 — Installed 1,147 times.

Missing first transaction on Smile

in
Subscribe to Missing first transaction on Smile 1 post, 1 voice

Mark Rogers User

I'm finding that the first transaction on each statement is getting missed on my Smile account.

I fixed this by changing:
if (windowURL.indexOf("smile.co.uk") > 0)

{

startRow = 35
;

to:
if (windowURL.indexOf("smile.co.uk") > 0)

{

startRow = 34;

Note that this is the first time I've used GreaseMonkey so this might break other things horribly.....

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel