suggestion for "odd" urls
![]() ![]() |
I'm using Version: 0.5.4
|
![]() ![]() |
The URL is not the problem here. Again it's the server that sends the wrong content type (application/octet-stream) for Firefox to display the image properly. Looking at your search for springfieldkarateandfitness.com one can see that this is not a generic case for this server. Only some unpredictable URLs are affected, unlike the cases we had before (blogspot, blogs.yahoo.co.jp). So adding a regular expression in the script code is some sort of an overkill and just based on trial-and-error.
|
![]() ![]() |
>> A script could check for problematic... Only some unpredictable URLs are affected... I should have said what I was thinking in my head. How about having a bit of code to allow the user to enter problematic domains that need their images wrapped in image tags? Like this: // put problematic domains here
{
example.com
}
And then if the user can just enter the domains. |
![]() ![]() |
You can use the same feature introduced here:
|
![]() ![]() |
Would you mind changing the limited scope for non US google image domains, I mean,I have to modify this script in order to make it work on another domain
Because the domain is not only .com but adds .pe, so it is .com.pe in my country
Thanks by advance. |



