https://ccfolia.com/ is not available
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.
-
neo_asfik
- New to the forum

- Posts: 1
- Joined: 2025-09-19, 14:10
https://ccfolia.com/ is not available
https://ccfolia.com/ is not available since 9/16. Maybe it's javascript problem since that site has been updated that date.
-
Moonchild
- Project founder

- Posts: 38635
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: https://ccfolia.com/ is not available
Error in console:
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.
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
"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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
adoxa
- Astronaut

- Posts: 555
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: https://ccfolia.com/ is not available
Here's a Modify HTTP Response filter to work around it, although I don't know if it actually works or not.
It seems the option to GainNode is unsupported, but it fails even without it, and I don't know why.
Code: Select all
[["ccfolia.com",["/main\\..{8}\\.js$/",["e.createGain():","0:e.createGain()||"]]]]
-
Moonchild
- Project founder

- Posts: 38635
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: https://ccfolia.com/ is not available
I've reported this directly to ccfolia, and their dev team responded with:
I do hope they make every effort as promised.
So, unless on Chrome or Safari, they can't guarantee compatibility, and apparently not willing to test (not even Firefox or other browsers).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.
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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite