Realy simple question. How do I make it so that when the window location is a certain url the script does stuff? I'm trying something like this: Code (Text): if window.location.href = "url here" { GM_openInTab("http://www.neopets.com/shop_of_offers.phtml?slorg_payout=yes") GM_openInTab("http://www.neopets.com/prehistoric/omelette.phtml?type=get_omelette") GM_openInTab("http://www.neopets.com/jelly/jelly.phtml?type=get_jelly") GM_openInTab("http://www.neopets.com/desert/fruitmachine2.phtml") GM_openInTab("http://www.neopets.com/faerieland/springs.phtml?type=heal") GM_openInTab("http://www.neopets.com/water/fishing.phtml?go_fish=1" GM_openInTab("http://www.neopets.com/worlds/geraptiku/process_tomb.phtml") GM_openInTab("http://www.neopets.com/games/play.phtml?game_id=13") GM_openInTab("http://www.neopets.com/faerieland/wheel.phtml") GM_openInTab("http://www.neopets.com/faerieland/wheel2.phtml?") GM_openInTab("http://www.neopets.com/desert/shrine.phtml?type=approach") } But it's not working How do I get it to work? And yeah, I edited out the window location = part because you can't like to other sites. Thanks in advance