Skip to content

Commit

Permalink
Update Instagram_-_visible_images_counter.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
darkred committed Sep 26, 2023
1 parent 14b1c50 commit 93989db
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Instagram - visible images counter
// @namespace darkred
// @version 2023.3.31
// @version 2023.9.27
// @description 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.
// @author darkred
// @license MIT
Expand Down Expand Up @@ -132,16 +132,17 @@ var div = document.createElement('div');
var observer;

// var avatarSelector = 'span[style="width: 152px; height: 152px;"]'; // the profile's photo/avatar element
// var avatarSelector = 'main > article > header > section > div._ienqf > div > button'; // the 3-dots icon
// var avatarSelector = 'div[style="flex-direction: column; padding-bottom: 0px; padding-top: 0px;"]'; // the 3-dots icon
// var avatarSelector = '._mainc'; // the profile's bio area element
// var avatarSelector = 'h1.notranslate'; // the profile name element
// var avatarSelector = 'h1.rhpdm'; // the profile name element
// var avatarSelector = 'span.-nal3'; // the 'posts' count element, e.g. 683 posts
// var avatarSelector = 'ul.k9GMp'; // the profile's 3 counters container element
// var avatarSelector = '.eC4Dz'; // the profile's username container element
// var avatarSelector = '._aa_m'; // the profile's username container element
var avatarSelector = '._aa_c'; // the profile's username container element
// var avatarSelector = 'main > article > header > section > div._ienqf > div > button'; // the 3-dots icon
// var avatarSelector = 'div[style="flex-direction: column; padding-bottom: 0px; padding-top: 0px;"]'; // the 3-dots icon
// var avatarSelector = 'h1.rhpdm'; // the profile name element
// var avatarSelector = 'span.-nal3'; // the 'posts' count element, e.g. 683 posts
// var avatarSelector = 'ul.k9GMp'; // the profile's 3 counters container element
// var avatarSelector = '.eC4Dz'; // the profile's username container element
// var avatarSelector = '._aa_m'; // the profile's username container element
// var avatarSelector = '._aa_c'; // the profile's username container element
var avatarSelector = '.x1q0g3np.x2lah0s.x8j4wrb'; // the profile's username container element



Expand Down

0 comments on commit 93989db

Please sign in to comment.