goodwin64 / instagram-not-mutual-followers

Tampermonkey based script for the Instagram to detect which people you follow do not follow you back
20 stars 1 forks source link

can't see helper button #17

Closed elbutanero closed 4 years ago

elbutanero commented 4 years ago

Hello,

"Navigate to user profile, click helper button"... I can't find any Helper button. Can you help me?

Thanks.

goodwin64 commented 4 years ago

Hi,

do you see the button with the "2 users" icon?

image

If YES, navigate to any user profile you want. For example, mine: https://www.instagram.com/madmaxxdon/

and click on that button.

If NO, please give more details:

MaybeThisIsRu commented 4 years ago

Facing the same issue on Firefox 76.0.1.

Here's the error from the console:

SyntaxError: invalid regexp group line 1 > scriptElement:1:17
    ts moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3195
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/services/ApiService.ts?:16
    ts moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3219
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/components/MainDialog/MainDialog.tsx?:13
    tsx moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:2969
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/App.tsx?:6
    tsx moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:2957
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/operations/addStatisticsButton.tsx?:7
    tsx moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3183
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/operations.ts?:3
    ts moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3171
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> webpack:///./src/main.ts?:5
    ts moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3159
    __webpack_require__ moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:30
    <anonymous> moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:94
    <anonymous> moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:97
    <anonymous> moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3283
    <anonymous> moz-extension://de8cb942-497f-4808-a39d-d91210524325/Instagram: not mutual followers.user.js#4:3283
    m moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    f moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    forEach self-hosted:225
    InjectMulti moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    onHandle moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    s moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    c moz-extension://de8cb942-497f-4808-a39d-d91210524325/sandbox/injected-web.js:1
    y moz-extension://de8cb942-497f-4808-a39d-d91210524325/sandbox/injected-web.js:1
    LoadScripts moz-extension://de8cb942-497f-4808-a39d-d91210524325/sandbox/injected-web.js:1
    onHandle moz-extension://de8cb942-497f-4808-a39d-d91210524325/sandbox/injected-web.js:1
    c moz-extension://de8cb942-497f-4808-a39d-d91210524325/sandbox/injected-web.js:1
    s moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    p moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    <anonymous> moz-extension://de8cb942-497f-4808-a39d-d91210524325/injected.js:1
    AsyncFunctionNext self-hosted:693
goodwin64 commented 4 years ago

Thanks for reporting, guys! The issue happened because FF doesn't support the latest "named regex groups", but Chrome does. Downgraded to more stable capture groups syntax.

Try to refresh the user script soon (ver. 0.3.2) and the issue will disappear.

MaybeThisIsRu commented 4 years ago

Thanks for the quick fix, @goodwin64! Looks all good now. 🙂