Greasy Fork is available in English.

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.

Ниже показаны версии этого скрипта, в которых изменялся код. Показать все версии.

  • v#{number} 23.02.2024 Imported from URL
  • v#{number} 26.09.2023

    Update Instagram_-_visible_images_counter.user.js

    Fix https://github.com/darkred/Userscripts/issues/52#issuecomment-1736307112

  • v#{number} 31.03.2023 Update Instagram_-_visible_images_counter.user.js Updated a selector after recent changes in Instagram HTML
  • v#{number} 13.11.2022 Update Instagram_-_visible_images_counter.user.js Fix https://github.com/darkred/Userscripts/issues/52#issuecomment-1304661340
  • v#{number} 05.11.2022 Update Instagram_-_visible_images_counter.user.js Updated a selector after recent site redesign. Closes #52 .
  • v#{number} 04.09.2022 Update Instagram_-_visible_images_counter.user.js Updated 'thePics' selector ( per https://greasyfork.org/en/scripts/11635-instagram-visible-images-counter/discussions/142467 )
  • v#{number} 12.06.2022 Updated most selectors after recent site code changes + create trust policy conditionally
  • v#{number} 12.02.2022 (Instagram - visible images counter) Updated/combined two selectors
  • v#{number} 06.01.2022 Removed unused var
  • v#{number} 18.12.2021 Update Instagram_-_visible_images_counter.user.js Restored a previous selector after recent changes in Instagram HTML
  • v#{number} 12.12.2021 Update Instagram_-_visible_images_counter.user.js Updated most selectors after recent changes in Instagram HTML
  • v#{number} 12.04.2021 Update Instagram_-_visible_images_counter.user.js Fix for https://greasyfork.org/en/scripts/11635-instagram-visible-images-counter/discussions/82028
  • v#{number} 11.03.2021 Update Instagram_-_visible_images_counter.user.js - avoid NaN in counter - fix for https://github.com/darkred/Userscripts/issues/24#issuecomment-796407167 - updated/improved pics selector
  • v#{number} 10.03.2021 Update Instagram_-_visible_images_counter.user.js Removed a stray alert()
  • v#{number} 08.03.2021 Update Instagram_-_visible_images_counter.user.js Better support for History API navigation
  • v#{number} 25.06.2020 (all scripts) Added @supportURL pointing to the GitHub repo (thanks to Jason Barnabe for the suggestion)
  • v#{number} 27.10.2019 (various scripts) Converted file encoding from 'UTF-8 with BOM' to 'UTF-8'
  • v#{number} 27.04.2019 (Instagram - visible images counter) Updated some selectors
  • v#{number} 01.12.2018 Update Instagram_-_visible_images_counter.user.js (Instagram - visible images counter) Updated the 'avatarSelector', for the counter element creation, after recent changes in Instagram HTML (per https://greasyfork.org/en/forum/discussion/47370).
  • v#{number} 03.11.2018 Update Instagram_-_visible_images_counter.user.js Updated the selector for the visible images counter (per https://greasyfork.org/en/forum/discussion/45041/x )
  • v#{number} 08.09.2018 (Instagram - visible images counter) Added a second selector for 'totalString', for when you are not logged in.
  • v#{number} 13.08.2018 (Instagram - visible images counter) Now using a better selector for the 'total' element, i.e. without the jQuery ":contains()" selector.
  • v#{number} 08.08.2018 (Instagram - visible images counter) Now it also works in localized pages, e.g. https://www.instagram.com/instagram/?hl=de
  • v#{number} 20.05.2018 (All scripts) Rearranged the metadata block
  • v#{number} 27.04.2018 (Instagram - visible images counter) - removed no longer needed code (for autoclicking the "LOAD MORE button") - now the script also works when following profile links from the 'Search' button results
  • v#{number} 02.04.2018 (Instagram - visible images counter) fix the selector specificity of the observer target
  • v#{number} 04.03.2018 (Instagram - visible images counter) Fixed the counter to show the correct initial visible images count. Fixed the counter to become reset when navigating away from a profile page (to any other page).
  • v#{number} 04.03.2018 (Instagram - visible images counter) Slightly renamed a variable and a function.
  • v#{number} 04.03.2018 (Instagram - visible images counter) Changed again the selector for the avatar element in profile pages . Replaced in the the 'arrive' and 'leave' lines the jQuery element $(document) into pure javascript, i.e. 'document' Removed an unneeded if/else. Re-indented the script.
  • v#{number} 03.03.2018 (Instagram - visible images counter) improved the selector for the avatar element in profile pages
  • v#{number} 27.02.2018 Changed the values values of a few @require keys(all for greasyfork.org) to point to non version specific URLs
  • v#{number} 15.02.2018 (Instagram - visible images counter) Now the script no longer re-calculates counter when you reach the end of the profile. Also, removed the unneeded property 'childList for the observer
  • v#{number} 12.02.2018 (Instagram - visible images counter) Updated for the latest Instagram change where, as you scroll down the page, and new top 'row' nodes(with 3 images each) are added, at the same time the top/oldest 'row' nodes are removed, in order to keep the document small.
  • v#{number} 21.11.2017 (Instagram - visible images counter) Improved some selectors and added one more 'arrive'
  • v#{number} 17.11.2017 Greasemonkey 4.0 compatibility
  • v#{number} 12.11.2017 Added '@licence MIT' (required by OUJS, in order to allow import and autoupdate of scripts from GitHub)
  • v#{number} 05.11.2017 (Instagram - visible images counter) updated the selector for when navigating/leaving a profile page.
  • v#{number} 18.11.2016 Synced from GitHub - (Instagram - visible images counter) Fix for when the counter should not appear (e.g. in timeline)
  • v#{number} 17.09.2016 Synced from GitHub - Converted all scripts encoding from UTF-8 back to UTF-8 BOM (i.e. with the same encoding that Greasemonkey installs them in)
  • v#{number} 13.08.2016 Imported from URL
  • v#{number} 12.08.2016 Imported from URL
  • v#{number} 02.08.2016 Some more refactoring
  • v#{number} 02.08.2016
  • v#{number} 02.08.2016
  • v#{number} 02.08.2016 Fix for instagram main page + refactoring\
  • v#{number} 02.08.2016
  • v#{number} 02.08.2016
  • v#{number} 02.08.2016 Now it's no no longer needed to open a profile page in a new tab (using the arrive.js library)
  • v#{number} 03.07.2016 Changed the @require (from jQueryUI to jQuery)
  • v#{number} 13.06.2016 Minor Update for recent changes in instagram HTML

Показать все версии скрипта