FlyerTalk Forums - View Single Post - Infinite / Automatic Scroll: issues, q&a, disable on desktop version
Old Feb 15, 2017 | 5:30 am
  #158  
TheLifeOfA_NKCM
20 Countries Visited
1M
All eyes on you!
10 Years on Site
 
Join Date: Mar 2016
Location: MSP & BWI
Programs: DL PM & NRSA, AA Gold, ANA Plat, Hilton Gold, Marriott Gold, National EC Exec, GE, CLEAR
Posts: 1,227
Originally Posted by Zorak
I haven't tried running this directly as a GreaseMonkey script, but just reading things over I think there's an extra space in the version in the wiki:

Code:
if (window.location.href.toString().indexOf("?styleid =17") != -1) return false;

there's a space between styleid and =17 that should be removed.
Took the one directly from his post. However, I could see that being a fatal error as when it looks for that query in the URL it won't find it or add the proper path in place of it. Hence a refresh loop, though the space doesn't exist for my copy of the script. I'll review it again when I can and record the outcome.
TheLifeOfA_NKCM is offline