ImageFap - Fix endless scrolling

ImageFap - Fix ImageFap endless scrolling to not load same posts multiple times.

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
marp
1日のインストール数
0
累計インストール数
226
評価
0 0 0
バージョン
1.1
作成日
2021/12/30
更新日
2022/11/07
大きさ
3.19KB
ライセンス
GNU AGPLv3
対象サイト

ImageFap - endless scrolling on the Newsfeed page is broken - it often loads the same items multiple time.


The fix is pretty simple - add a "guard condition" to handle the fact that the loading of new items is asynchronous. In this case, simply check if the same timestamp for which new items are to be fetched has been used before, already.

This script neither does nor fixes anything else (for example: ImageFap's endless scrolling feature has additional issues like not honoring the selected categories status, galleries and comments).


Tested on Firefox with both TamperMonkey and GreaseMonkey.

The script is presented AS-IS with no guarantees - feedback is welcome.