FlyerTalk Forums - View Single Post - ITA-Matrix-PowerTools - Userscript for Orbitz/DL/UA/AA/BA/CZ/IB/LA/LH/LX/TK
Old Jan 21, 2015 | 1:10 am
  #45  
Steppo
 
Join Date: Jun 2013
Location: Somewhere between if and else
Posts: 142
Originally Posted by ScrodmanFL
Hmm...I used to be able to adjust the fare codes manually (say, in Notepad) then paste an updated URL and Delta's pricing page would be updated to the new fare code and price. That doesn't seem to be working anymore.

Tried Firefox and Greasemonkey as well as Chrome and Tampermonkey.

Probably something I'm doing wrong...
Are you just copying and modifying the link to delta? Or are you trying to modify the DOM and then want to execute the script again?
If its the first one, i don't have a clue why its not working anymore.
Modifying the DOM won't work since you can only run the script once. I had to change it because ita switched to ajax-calls. The script is now running in background checking for URL-changes. So just modifying the DOM isn't enough... even though i could add a button to do this.

@Paul thanks for updating the Wiki.. i am not yet allowed to
Steppo is offline