This is an interim solution for fixing the css loading issues on https://www.thegoodscentscompany.com/ As the original CSS files…
This is an interim solution for fixing the css loading issues on https://www.thegoodscentscompany.com/
As the original CSS files are not being loaded on the website due to encryption issues and the problem hasn't been fixed for more than half a year, I've decided to create a chrome extension that makes the website readable again.
The extension does the following:
1 Checks if you're on https://www.thegoodscentscompany.com/
2 For all pages other than https://www.thegoodscentscompany.com/data/*, it loads demo.css
3 For https://www.thegoodscentscompany.com/data/* it loads ingredient.css
There is nothing else other than these two css files and the manifest file that specifies which url's to load these files for. Additionally, both are quite simple and only deal with paddings, margins, font sizes and colors.
Therefore, there is no data going out to anywhere due to the extension. Incredibly basic functionality.
The extension's code has also been published on github publicly and you can check it on https://github.com/drArthur/TGSC-Fix-Extension .