gerwld / igplus-extension

Extension that allows to disable Reels, Stories, recommendations, vanity metrics, change theme, font, etc.
https://weblxapplications.com/
Other
28 stars 4 forks source link

The stories section sometimes do not appear if recommendations are turned off. #4

Open gerwld opened 6 months ago

gerwld commented 6 months ago

The stories section sometimes do not appear if recommendations are turned off.

- OS: any / not specified - Browser: any (?), probably Firefox

devacius commented 5 months ago

Hello Gerwld, got to know about this amazing project . I want to work on this issue . So, can you give this issue to me also, please tell me the installation and setup projects.(Note- already followed the ones in src/HOW_TO_FOR_MOD but my browser load unpack doesn't seem to get the backgroud.js file and no public folder is being build).

jc97 commented 5 months ago

I've discovered this issue too. However, I've found out, it seems to be independent from the extension. When I completely disable IGPlus and then directly open the "following" page of Instagram, the stories are not loaded neither. The same happens when I open the start page of Instagram and immediately (before the stories are loaded on the main page) press the link for the "following" page of Instagram.

I am using Firefox on Android. With Firefox on Linux the issue doesn't occur so far.

devacius commented 5 months ago

Hello gerwld, I am using brave in windows and yes the same issues are there in windows too. Would you like me to work on it?

On Thu, 14 Mar, 2024, 9:07 am Julian Knorr, @.***> wrote:

I've discovered this issue too. However, I've found out, it seems to be independent from the extension. When I completely disable IGPlus and then directly open the "following" page of Instagram, the stories are not loaded neither. The same happens when I open the start page of Instagram and immediately (before the stories are loaded on the main page) press the link for the "following" page of Instagram.

I am using Firefox on Android. With Firefox on Linux the issue doesn't occur so far.

— Reply to this email directly, view it on GitHub https://github.com/gerwld/igplus-extension/issues/4#issuecomment-1996330560, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATNQMMAP6MLLMVIPZYBRML3YYELPFAVCNFSM6AAAAABENL2TT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJWGMZTANJWGA . You are receiving this because you commented.Message ID: @.***>

gerwld commented 5 months ago

please tell me the installation and setup projects.(Note- already followed the ones in src/HOW_TO_FOR_MOD but my browser load unpack doesn't seem to get the backgroud.js file and no public folder is being build).

Hello @devacius! You should have gulp installed, also it does not work in browsers without being built. If you're trying to work with it in dev mode, then build it first using the gulp dev script. This should create the public/chromium directory, and you have to select it in your browser (not the root directory). If it's not, give me some further information to help you with it.

gerwld commented 5 months ago

I've discovered this issue too. However, I've found out, it seems to be independent from the extension. When I completely disable IGPlus and then directly open the "following" page of Instagram, the stories are not loaded neither. The same happens when I open the start page of Instagram and immediately (before the stories are loaded on the main page) press the link for the "following" page of Instagram.

@jc97 yes, I can assume it's a good observation. It seems like Instagram provides the stories section on the /?variant=following path screen only if data for stories was fetched before on the main page.

Like, it makes common sense if it uses a scenario where the link for /?variant=following is only provided on the main page, so the user will fetch it anyway. But it is not as good for those trying to navigate it straightforwardly as IGPlus does. But I believe there is 100% some way to fix it.

jc97 commented 5 months ago

Probably, an easy way to fix it, is navigating to the main page first and then automatically redirect to the "following" page.

jc97 commented 3 weeks ago

Are there any news on this issue?

jc97 commented 2 weeks ago

I just tried the current version once again and the problem seems to be fixed!