https://ccfolia.com/ is not available

For support with specific websites

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:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
neo_asfik
New to the forum
New to the forum
Posts: 1
Joined: 2025-09-19, 14:10

https://ccfolia.com/ is not available

Post by neo_asfik » 2025-09-19, 14:12

https://ccfolia.com/ is not available since 9/16. Maybe it's javascript problem since that site has been updated that date.

User avatar
Moonchild
Project founder
Project founder
Posts: 38635
Joined: 2011-08-28, 17:27
Location: Sweden

Re: https://ccfolia.com/ is not available

Post by Moonchild » 2025-09-19, 15:39

Error in console:

Code: Select all

17:16:35.467 TypeError: Illegal constructor. 1 main.a0db8b87.js:2:407896
	T https://ccfolia.com/static/js/main.a0db8b87.js:2:407896
	I https://ccfolia.com/static/js/main.a0db8b87.js:2:403436
	e[96649] https://ccfolia.com/static/js/main.a0db8b87.js:2:422017
	n https://ccfolia.com/static/js/main.a0db8b87.js:2:2301949
	e[35834] https://ccfolia.com/static/js/main.a0db8b87.js:2:523863
	n https://ccfolia.com/static/js/main.a0db8b87.js:2:2301949
	e[55043] https://ccfolia.com/static/js/main.a0db8b87.js:2:530618
	n https://ccfolia.com/static/js/main.a0db8b87.js:2:2301949
	e[49319] https://ccfolia.com/static/js/main.a0db8b87.js:2:437890
	n https://ccfolia.com/static/js/main.a0db8b87.js:2:2301949
	e[70541] https://ccfolia.com/static/js/main.a0db8b87.js:2:428302
	n https://ccfolia.com/static/js/main.a0db8b87.js:2:2301949
	<anonymous> https://ccfolia.com/static/js/main.a0db8b87.js:2:2311819
	<anonymous> https://ccfolia.com/static/js/main.a0db8b87.js:2:4305787
	<anonymous> https://ccfolia.com/static/js/main.a0db8b87.js:2:4305791
Looking at the reported location, it seems they are trying to use a WebAudio API constructor incorrectly (createGain()/GainNode) but I'm unable to get much more from the minified code at a cursory glance.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
adoxa
Astronaut
Astronaut
Posts: 555
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: https://ccfolia.com/ is not available

Post by adoxa » 2025-09-20, 01:12

Here's a Modify HTTP Response filter to work around it, although I don't know if it actually works or not.

Code: Select all

[["ccfolia.com",["/main\\..{8}\\.js$/",["e.createGain():","0:e.createGain()||"]]]]
It seems the option to GainNode is unsupported, but it fails even without it, and I don't know why.

User avatar
Moonchild
Project founder
Project founder
Posts: 38635
Joined: 2011-08-28, 17:27
Location: Sweden

Re: https://ccfolia.com/ is not available

Post by Moonchild » 2025-09-22, 13:31

I've reported this directly to ccfolia, and their dev team responded with:
We have shared the details of your report within our team and will make every effort to address the matter.

For the best experience, we recommend viewing CCFOLIA using Google Chrome or Safari.
For issues occurring outside of these environments, there may be cases where, after due consideration, we determine that it is not feasible to implement a fix.
So, unless on Chrome or Safari, they can't guarantee compatibility, and apparently not willing to test (not even Firefox or other browsers).
I do hope they make every effort as promised.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite