ফায়ারফক্স অ্যাড-অন

To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!

বন্ধ

ফায়ারফক্স অ্যাড-অন এ স্বাগতম।

হাজারো অতিরিক্ত বৈশিষ্ট্য ও স্টাইল থেকে আপনার পছন্দেরটি বেছে নিয়ে ফায়ারফক্সকে নিজের মত করে সাজান।

বন্ধ

On the go?

আমাদের মোবাইল অ্যাড-অন সাইটটি দেখুন।

বন্ধ

Glav

আমার সম্বন্ধে

Developer Information
নাম Glav
কবে থেকে ব্যবহারকারী ডিসে. 13, 2008
Number of add-ons developed 0 এড-ওনস
Average rating of developer's add-ons এখনও রেট করা হয় নি

আমার পর্যালোচনা

CustomizeGoogle

Rated 5 out of 5 stars

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 ! :-)