Tired of swinging by the ammo counter at Wally World every day just to check and see if they have anything in stock? This video below shows you how you can track the inventory of your local Wal-Mart without having to physically go to the store.
Apparently it is browser specific, but does still work. Give it a whirl.
Edit:
[…] Video of how to track the inventory at the local store without having to go there. Very cool. […]
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
Good to know. Thanks Robert!
Those single quotes around “STORE_MSG” and “block” should be double quotes. The comment engine changed them for some reason.
[…] Among The Leaves – Hunting, Fishing, Bushcraft, and Life Among The Leaves __________________ RIP Travis Billings 1996 Mustang GT – Racecar 1995 Mustang GT – Daily Driver Special Thanks to: PoorMan Motorsports Full Parts Supply MIA Motorsports For any Chassis Related Work or Drag Wings 25.3 SFI Chassis Build Never Lift Racecars […]
Walmart has deleted .22 ammo from their website..now what?
This didn’t work for me. I added the double quotes. The message i get is this:
/*
Exception: TypeError: e is null
@Scratchpad/4:11:1
*/