Antoher solution found for an other script (Flickr Functional Suite) - I think it can help too...
![]() ![]() |
Here the solution for Flickr Functional Suite, read here : Help : Inregration with AutoPager - by "teesoft forum" - Autopager Forum Thanks to him! [b]PS : (read the post to know more about the tweaks)[/b] _____________________________________________________________________
The Solution : Just Install one of these 2 scripts on Firefox :
- member.teesoft.info/autopager/flickr_functional_suite.use... Explanation by teesoft :
window.addEventListener('AutoPagerAfterInsert', function (e) {CatFlickrSuite.init();}, false); is append to the end of the script. Secondly, add a random prefix to the id generated by the script. The old script generate ids like CatFlickrSuite1, CatFlickrSuite2, ... There will be duplicated ids after page merged.
Or this one : - member.teesoft.info/autopager/flickr_functional_suite_tun... Explanation by teesoft :
- The difference with the both ??? : "I will prefer the second one if it function well.
Not working.. solution :
- "AutoPager's solution doesn't need a call back but an event listener.
- Open the Console of Greasemonkey script (Right-Click - on Monkey Face > "Gérer les scripts") - Find and select "Flickr Functional Suite" in the Left panel . - Edit it withNotePad++ ( Press "Edit" under the panel, you can chose the notepad you want but this one is very good). - Change this code ( at the end, line 1094 ) : window.addEventListener('load', function (e) {CatFlickrSuite.init();}, false); by this one : window.addEventListener('AutoPagerAfterInsert', function (e) {CatFlickrSuite.init();}, false); - Save and refresh your page.... |

