getwidget-docs
getwidget-docs copied to clipboard
Some images are broken
It looks like there is an issue with the images hosted by iconicfirebaseapp.com. See screenshots below
Examples:
The image has incorrect links. in the MDs here, the src is: https://ik.imagekit.io/ionicfirebaseapp... In the website source code, the links are: https://image.ionicfirebaseapp.com/getwidget/.....
Quick workaround use Chrome override and replace the file path in the 4 source files as indicated above
Find https://image.ionicfirebaseapp.com
and Replace with https://ik.imagekit.io/ionicfirebaseapp
i faced the same problem, and tried the way of the person above through chrome, but i didn't find how to redirect any page there, not just the current one
so i used the extension
https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd
with the following parameters
https://i.imgur.com/YVLF55J.png (param to extension screen)
Now the pictures have appeared, please update if the current link changes.
we can import this code into your extension, below code regular file.json
{ "createdBy": "Redirector v3.5.3", "createdAt": "2023-08-24T17:23:27.758Z", "redirects": [ { "description": "fffff", "exampleUrl": "https://image.ionicfirebaseapp.com/getwidget/Pills_button_solid_VWU_Mop_Ujx_8221a8d08a.png?tr=w-300", "exampleResult": "https://ik.imagekit.io/ionicfirebaseapp/getwidget/Pills_button_solid_VWU_Mop_Ujx_8221a8d08a.png?tr=w-300", "error": null, "includePattern": "https://image.ionicfirebaseapp.com*", "excludePattern": "", "patternDesc": "gg", "redirectUrl": "https://ik.imagekit.io/ionicfirebaseapp$1", "patternType": "W", "processMatches": "noProcessing", "disabled": false, "grouped": false, "appliesTo": [ "main_frame", "sub_frame", "stylesheet", "script", "image", "imageset", "object", "xmlhttprequest", "history", "other" ] } ] }