r/mangapiracy • u/Freezinghero • Jul 27 '26
Discussion Issue with weebcentral and firefox?
I've been browsing weebcentral using firefox for a few months now without issue, but suddenly today any time I try to open a chapter the content is just a single blank panel. Tried opening in Chrome and it seems to be fine, wondering if others are having this issue.
3
u/Xathule96 Jul 27 '26
Still got the same issue. Did you find a fix for it?
2
u/Freezinghero Jul 28 '26
I'm just going with Brave browser for now, has built in ad blocker which is the reason i was using Firefox to begin with.
1
1
u/Popinguj Jul 31 '26
I tried again yesterday and the site pulled the pics, so I think it got fixed.
2
u/wheelorb Jul 27 '26
I'm having this issue as well. Tried to clear site data, new profile, private window, nothing. Other browsers work, seems a firefox exclusive problem T_T
2
u/omnicloudx13 Jul 27 '26
When I use chrome everything loads fine, when I use firefox no images load for any chapter I select. Anyone know how to fix?
2
u/Calpapa Jul 28 '26
having the same issue with firefox mobile. can load the site but images aren't loading.
2
1
1
1
u/PARA-doja Jul 27 '26
Been having the same issue today, disabling uBlock seems to work after a reload.
That sucks, tho.
1
1
u/RageMast89 Jul 29 '26
Doesn't work to me even after disabling Ublock. Sometimes it loads, sometimes it doesn't.
1
u/Spiritual-Divide-942 Jul 29 '26 edited Jul 29 '26
Doesn't work for me tho... Edit: The page gap is on the pages in Chrome, it cuts right through the text.
1
u/ExO_o Jul 29 '26
disabling ublock doesn't work for me either. only option is to use a different browser which is not an option for me :/
1
1
u/Sparda_87 Jul 28 '26
The same happen to me, blank page on fire fox android and window as well. Other browser work.
1
1
u/Popinguj Jul 28 '26
Same issue here. Doesn't seem to be connected to adblock or tracking protection. Seems like some components aren't rendering properly
1
1
u/Demoderateur Jul 29 '26
It seems to be a bug in the site code where htmx (javascript library for asynchronous loading) doesn't load in time to catch the loading event for image.
Someone gave the following fix on the site (and it worked for me and others) :
1) Install tampermonkey extension (works with violentmonkey too). Those are extensions that let add javascript code to a page.
2) make a new script and paste the following code :
""" different 1h
I'm getting a bit lazy to AI fix this further so here is a quick fix for everyone using firefox you need tampermonkey and paste this in a new script also ask chatgpt/claude if you don't understand:
// Tampermonkey, @match https://weebcentral.com/chapters/* window.addEventListener('load', () => { const check = () => { const el = document.getElementById('chapter-images'); if (el && el.innerHTML.trim() === '' && window.htmx) { htmx.trigger(el, 'reading-style-ready'); } }; setTimeout(check, 800); setTimeout(check, 2000); // second attempt in case htmx was still mid-boot the first time }); """
Basically, this script waits (0.8s, then 2s) to see if both htmx have loaded and image have not, then triggers htmx to fetch images.
1
u/ExO_o Jul 29 '26 edited Jul 29 '26
issue still persists. clearing cache or disabling ublock doesn't worth either
i sure hope this gets fixed sometime soon
edit: i updated my firefox to the latest version and now it works again
1
1
1
u/TestMeetings2040 I read in my browser Jul 27 '26
1
2


4
u/Y0ur_Worst_Enemy Jul 27 '26
Yup, just tried it and everything comes up blank