![]() |
It's not happening on our end.
|
So is there anyway to get the Infinite Scroll turned back off? Seeing as how I'd already done the steps to turn it off and yet it's reappeared?
|
Thanks for testing IBobi.
Strangely enough it is also happening from my laptop at home, a different machine to my work PC. Such an odd littler quirk! |
Originally Posted by wrp96
(Post 27909573)
So is there anyway to get the Infinite Scroll turned back off? Seeing as how I'd already done the steps to turn it off and yet it's reappeared?
Stop supporting FT, get ABP, and use the 'Block an ad on this page' for each of the modules. enter "?styleid=17" at the end of each FT URL. (might as well just select the FT desktop option from the dropbox at the bottom :mad:) or get the Tampermonkey extension and use that script that Spanish made. Keep in mind the script still is a tad buggy and needs to be disabled after the first refresh as otherwise your browser will be sent into a refresh loop. Something tells me the aadmins (despite this being a typo, I kinda want to keep this :D) disabled the 'opt out' function from actually working which means that despite making the style FT Desktop, it will no longer use it and revert to I.S. We'll keep you posted. :mad::(:o Update: And now suddeny certain threads revert to I.S. while others dont.. Weird. |
I do not know why the script is refreshing screen constantly for you. Is it keep adding "?styleid=17" over and over? I already fix that issue for me.
I run Debian Jessie with Iceweasel & Windows 8.1 with the Firefox. Neither are having issue with the script. Do you have the following in script? if (window.location.href.toString().indexOf("?styleid =17") != -1) return false; if ( ! /\?styleid=17$/.test (oldUrlPath) ) That is the part preventing it from continuously adding. It asking itself "Does URL already end in ?styleid=17, and if so, we will leave the URL alone." Mine working great. Happy to help if you having any questions. |
Originally Posted by Spanish
(Post 27910365)
I do not know why the script is refreshing screen constantly for you. Is it keep adding "?styleid=17" over and over? I already fix that issue for me.
I run Debian Jessie with Iceweasel & Windows 8.1 with the Firefox. Neither are having issue with the script. Do you have the following in script? if (window.location.href.toString().indexOf("?styleid =17") != -1) return false; if ( ! /\?styleid=17$/.test (oldUrlPath) ) That is the part preventing it from continuously adding. It asking itself "Does URL already end in ?styleid=17, and if so, we will leave the URL alone." Mine working great. Happy to help if you having any questions. |
Originally Posted by TheLifeOfA_NKCM
(Post 27910943)
Copied the script verbatim into Tamper monkey on Windows 10 Aniversary Edition with the latest version of Chrome. For some reason, it just keeps testing the URL and even if it passes or has already updated the URL it'll just keep going
Code:
if (window.location.href.toString().indexOf("?styleid =17") != -1) return false; |
Originally Posted by Zorak
(Post 27910979)
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. |
Using iOS I tried replicating with Chrome, Safari. Nope, not for me.
|
You very correct. There should be no spacing there! I do not know how the space got to my posting, because it is not on my script.
The space ruins the argument completely. No wonder you having issues with it. I will correct the previous postings. One of you should correct the Wiki. I have not enough time / postings on the Flyertalk. Thank you. EDIT: For some reason the space is not able to be removed! Very strange. Some strange glitch. |
Originally Posted by Spanish
(Post 27913712)
You very correct. There should be no spacing there! I do not know how the space got to my posting, because it is not on my script.
The space ruins the argument completely. No wonder you having issues with it. I will correct the previous postings. One of you should correct the Wiki. I have not enough time / postings on the Flyertalk. Thank you. EDIT: For some reason the space is not able to be removed! Very strange. Some strange glitch. Something must be wrong on my end EDIT: Never mind. Somehow it took three checks to see it. I must just be tired |
Originally Posted by TheLifeOfA_NKCM
(Post 27911825)
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.
Originally Posted by Spanish
(Post 27913712)
You very correct. There should be no spacing there! I do not know how the space got to my posting, because it is not on my script.
The space ruins the argument completely. No wonder you having issues with it. I will correct the previous postings. One of you should correct the Wiki. I have not enough time / postings on the Flyertalk. Thank you. Update: Much better? |
I love how its gotten to the point where we're having to write scripts to get around this crap. Good job FT Admins :o:eek::rolleyes:
|
Originally Posted by TheLifeOfA_NKCM
(Post 27914289)
I love how its gotten to the point where we're having to write scripts to get around this crap. Good job FT Admins :o:eek::rolleyes:
|
Originally Posted by Howste
(Post 27914316)
Not sure why, but after opting out of the first implementation I have not been affected by the second implementation at all. If this thread wasn't here I wouldn't know that people are still fighting it. :confused:
|
| All times are GMT -6. The time now is 6:01 am. |
This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.