vulture.com - images not loading
Moderator: trava90
Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
- back2themoon
- Moon Magic practitioner
- Posts: 2648
- Joined: 2012-08-19, 20:32
vulture.com - images not loading
Visit: https://www.vulture.com/article/mary-re ... death.html
The very first image at the top of the article appears. Scroll a bit down, there should be four more images but there is blank space instead.
Error Console: TypeError: AbortSignal.timeout is not a function
The very first image at the top of the article appears. Scroll a bit down, there should be four more images but there is blank space instead.
Error Console: TypeError: AbortSignal.timeout is not a function
Re: vulture.com - images not loading
Confirmed seeing the same on my setup.
(HTML IMG tags are so hard to grasp for contemporary front-end devs.)
(HTML IMG tags are so hard to grasp for contemporary front-end devs.)
- back2themoon
- Moon Magic practitioner
- Posts: 2648
- Joined: 2012-08-19, 20:32
Re: vulture.com - images not loading
They are supposed to appear with some sort of fading effect, it seems. Can't say if it's relevant to the issue.
Re: vulture.com - images not loading
AbortSignal.timeout() (as a stub) is slated for 33.6.0.
Vulture is going to perform poorly, regardless. You can end up waiting minutes for their images to load because the network back-end will be swamped with advertising http requests.
Vulture is going to perform poorly, regardless. You can end up waiting minutes for their images to load because the network back-end will be swamped with advertising http requests.
"The world will not be destroyed by those who do evil, but by those who watch them without doing anything." - Albert Einstein
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
- tellu-white
- Fanatic
- Posts: 149
- Joined: 2022-03-08, 22:02
Re: vulture.com - images not loading
Use the following filter in my "Intercept & Modify HTTP Response 4.3" add-on:
viewtopic.php?f=70&t=31829&start=20#p258461
Download link ( Intercept & Modify HTTP Response 4.3 ):
https://www.mediafire.com/file/pz8qw1fw ... 3.zip/file
Code: Select all
[`/vulture.com/`, `/\/.*/`, [`/class="image-wrapper[\s]+hidden.*?"/gi`, ``], [`/(<img.*?)data-src(.*>)/gi`, `$1src$2`], [`/(<aside[\S\s]*?)<!--([\S\s]*?)-->([\S\s]*?</aside>)/gi`, `$1$2$3`], [`/<script.*?platform.instagram.com.*?embeds.*?<\/script>/gi`, `<script src="https://www.instagram.com/embed.js" charset="utf-8"></script>`]]
Download link ( Intercept & Modify HTTP Response 4.3 ):
https://www.mediafire.com/file/pz8qw1fw ... 3.zip/file
- back2themoon
- Moon Magic practitioner
- Posts: 2648
- Joined: 2012-08-19, 20:32
Re: vulture.com - images not loading
Thank you, tellu-white. I finally installed your extension and I'm keeping it. The filter works, after enabling "HTTP Observer" which I'm not sure if it's an additional feature or if it essentially enables/disables the extension without having to restart Pale Moon. My other filters were successfully converted and imported.
Also, thanks for giving up on the colours. I'll attempt another suggestion: since you won't upload it to the Add-ons Site, perhaps you can add a simple link to your signature? It could point to a specific forum thread (or single message) with relevant, updated info.
I'm not marking this as solved yet - not because your extension didn't provide the expected and correct result. I just think it's more appropriate to do that after a browser update that deals with the issue. Perhaps I'm wrong, since the "mark as solved" points to a specific answer (and question) and I guess "Accept this answer" is not meant as "Globally solved for all users, with or without appropriately configured extensions".
- tellu-white
- Fanatic
- Posts: 149
- Joined: 2022-03-08, 22:02
Re: vulture.com - images not loading
Thanks back2themoon for the feedback and I'm glad you find my add-on useful.
The «Register "httpObserver"» and «Unregister "httpObserver"» options work without having to restart Pale Moon. The «Unregister "httpObserver"» option is useful (for example) to check if a certain problem solved by the add-on still persists.
I don't understand what your suggestion "add a simple link to your signature" means and how this is accomplished. Please elaborate on this suggestion.
The «Register "httpObserver"» and «Unregister "httpObserver"» options work without having to restart Pale Moon. The «Unregister "httpObserver"» option is useful (for example) to check if a certain problem solved by the add-on still persists.
I don't understand what your suggestion "add a simple link to your signature" means and how this is accomplished. Please elaborate on this suggestion.
- back2themoon
- Moon Magic practitioner
- Posts: 2648
- Joined: 2012-08-19, 20:32
Re: vulture.com - images not loading
See the links at the end of my posts ("Information to include when asking for support" etc.). That section is the optional User signature.
Go to User Control Panel/Profile/Edit signature. Also, check the forum Rules on Signatures. Just keep it simple.
On other forums people add small or even extravagant images etc. of things they like, but it doesn't really look good. I am also not seeing that kind of usage here on this forum, which gives it a serious look and prepares the casual visitor for serious content, too. I prefer to just add helpful links there, and update them every now and then. Check RealityRipple's current signature for example. Also moonbat, suzyne and athenian200 for other interesting examples.
Wikipedia:
Go to User Control Panel/Profile/Edit signature. Also, check the forum Rules on Signatures. Just keep it simple.
On other forums people add small or even extravagant images etc. of things they like, but it doesn't really look good. I am also not seeing that kind of usage here on this forum, which gives it a serious look and prepares the casual visitor for serious content, too. I prefer to just add helpful links there, and update them every now and then. Check RealityRipple's current signature for example. Also moonbat, suzyne and athenian200 for other interesting examples.
Wikipedia:
- tellu-white
- Fanatic
- Posts: 149
- Joined: 2022-03-08, 22:02
Re: vulture.com - images not loading
Thanks back2themoon for explanations. I'll have to think about it.