لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.

Close

مرحبا بك في إضافات فَيَرفُكس.

اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.

Close

في الطريق، أثناء تنقلك؟

ألقِ نظرة على موقع إضافات الهواتف الذكية.

Close

Glav

معلومات عنّي

معلومات المطور
الاسم Glav
مُستخدم منذ ديسمبر 13, 2008
عدد الإضافات التي طورتها 0 إضافة/إضافات
معدّل التقييم من مطوري الإضافات بلا تقييم حتى الآن

تعليقاتي

CustomizeGoogle

مقيمة بـ 5 من 5 نجوم

There is a bug when you search some keywords in images.google.* : the link to the image page contains &usg= at the end and returns a 404 error.

To fix this bug,
1. close all firefox windows

2. go to C:\Documents and Settings\[YOUR_NAME]\Application Data\Mozilla\Firefox\Profiles\[YOUR_PROFILE]\extensions\{fce36c1e-58d8-498a-b2a5-66ad1cedebbb}\chrome\

3. un-zip customizegoogle.jar\content\customizegoogle\javascript.js and open it

4. replace the line 42 :
var urlmatch = googLinks[x].href.match(/\&imgrefurl\=(.*?)\&h=/);
with the line :
var urlmatch = googLinks[x].href.match(/\&imgrefurl\=(.*?)\&usg=/);

5. re-zip the new javascript.js in customizegoogle.jar\content\customizegoogle\

fixed ! :-)