Ok... I'm not even sure if this is possible but:
I play a simple turn-based strategy game online. The artwork for the game pieces/tiles are in a folder on the website (e.g.
www.somegame.com/images).
The graphics for the game elements suck. I'd like to make my own tileset to use in their place, but since I don't have upload access to that website's images folder I can't just put new ones in.
What I want to do is just tell my browser (some how), that whenever it needs to load something from that URL/remote folder (
www.somegame.com/images) it should use a local folder instead (with my replacement image files in it). Is there anyway to do this? Basically I just need to map a specific web folder to a local folder.
Thanks!
~Mike