I swung by Walmart last night and they had maybe a couple dozen boxes of .40. Monday night they had squat. Thinking of running by again tonight to see if they got cleared out.
The “Check store availability” link seems to work just fine on both Firefox and IE for ammo; I wonder why it doesn’t work for him. I’m in Washington State — is it possible that what he is seeing is a limitation imposed by local laws?
When I pasted those lines into the comment, it changed the double quotes around “STORE_MSG” and “block” into single quotes (probably something in the comment engine to prevent hacking). Try changing those and it should work.
May 22nd, 2013 at 9:01 pm
I swung by Walmart last night and they had maybe a couple dozen boxes of .40. Monday night they had squat. Thinking of running by again tonight to see if they got cleared out.
May 23rd, 2013 at 12:20 am
My local Walmart had limited stock that was gone by the time I got there. TS
May 23rd, 2013 at 8:49 am
Now we just need to make a plugin that’ll do this automatically.
May 23rd, 2013 at 9:06 am
He was confident enough that one of the local stores would have 100 rd boxes of 9mm that he chose that as an example? Must be nice.
May 23rd, 2013 at 11:25 am
The “Check store availability” link seems to work just fine on both Firefox and IE for ammo; I wonder why it doesn’t work for him. I’m in Washington State — is it possible that what he is seeing is a limitation imposed by local laws?
May 23rd, 2013 at 11:49 am
You can do the same thing in Firefox by pressing Shift+F4 and then entering the following lines in the Javascript scratchpad:
var e = document.getElementById(‘STORE_MSG’);
e.style.display = ‘block’;
Then press CTRL-R to run it.
May 23rd, 2013 at 11:51 am
Another useful thing would be to automate the “email me when this is back in stock” part of the page.
May 23rd, 2013 at 5:01 pm
I’m getting this message when I try it in Firefox.
/*
Exception: illegal character
@Scratchpad/2:10
*/
Not sure what I did wrong
May 23rd, 2013 at 6:08 pm
David,
When I pasted those lines into the comment, it changed the double quotes around “STORE_MSG” and “block” into single quotes (probably something in the comment engine to prevent hacking). Try changing those and it should work.