Skip to content

Commit

Permalink
Update followers-parser.js
Browse files Browse the repository at this point in the history
Sync with instagram markup 29.04.2022 leoneedpro#2
  • Loading branch information
spai-phoenix committed May 31, 2022
1 parent c9f2baa commit 129cf0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion followers-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ try {
// ----------------------------------------------------------------------------------
var titleH1 = document.getElementsByClassName("m82CD")[0]; // класс тега h1 заголовка окна
var titleDIV = titleH1.getElementsByTagName("div")[0]; // тег div заголовка
var title = titleH1.innerHTML;
var title = titleDIV.innerHTML;
// ----------------------------------------------------------------------------------
// УСЛОВИЕ ВЫБОРА ПОДПИСЧИКИ ИЛИ ПОДПИСКИ
Expand Down

0 comments on commit 129cf0e

Please sign in to comment.