Instagram - visible images counter

Shows in instagram profile pages how many images out of total (as a number and as a percentage) are currently visible, as you scroll down the page.

< Feedback on Instagram - visible images counter

Question/comment

§
Posted: 07.08.2016

Transform to chrome

What is "run_at": "document_end", or "run_at": "document_start" ?

"js": [ "script.js", "jquery-3.0.0.min.js", "arrivejs.js" ], just add scripts to one folder?

darkredAuthor
§
Posted: 07.08.2016
Edited: 07.08.2016

I guess you're trying to convert the userscript to a Chrome extension.

First of all, there's no run-at declaration, so the default is document-end. Also, unfortunately Chrome doesn't support @require, so you have to use TamperMonkey, userscript manager for Chrome.

I use Greasemonkey (Firefox)

§
Posted: 08.08.2016
Edited: 08.08.2016

just need auto "LOAD MORE" ) for chrome

with TamperMonkey:
chrome 44portbl - working counter
chrome 48portbl - not working
chrome 20/30portbl -not working

ty

darkredAuthor
§
Posted: 08.08.2016
Edited: 09.08.2016

I just tested the script in Chrome 52 (full/not portable) with Tampermonkey 4.1 and it works ok (incl. autocliking "Load more"). You should switch to these versions.

Post reply

Sign in to post a reply.