Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some images are broken #37

Open
ccaspanello opened this issue Jul 30, 2023 · 3 comments
Open

Some images are broken #37

ccaspanello opened this issue Jul 30, 2023 · 3 comments

Comments

@ccaspanello
Copy link

It looks like there is an issue with the images hosted by iconicfirebaseapp.com. See screenshots below

Examples:
image
image

@hajajmaor
Copy link

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/.....

@ivanfemia
Copy link

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

@avlobn
Copy link

avlobn commented Aug 24, 2023

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"
]
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants