shame wrote:I've only just discovered this extension and I've added the URLbar search button.
The thing is, by default it displays the google icon (or others, depending what is set as search engine in the firefox searchbar).
How can I change the icon to my own preference?
I've gone on the edit button settings and under image I've tried browsing to a file on my hard drive and also tried adding an internet link to an image but it doesn't change.
Can anyone advise me how to change this icon?
Can you point me at the button concerned and I'll take a quick look.
The odds are that the image in the "image box" at the top of the "Edit" window is not the one that is actually used.
Once you've found them...
Pick the picture you want and put it in the image box.
Click on the ->base64 button.
Triple click in the box and copy it.
Then go to the initialise tab and swap your code from the box into the place where the image is listed.
You'll need to repeat that routine for ech image that you want to change in this button.
HTH
The images will be changed in the coding routines in the initialise tab.
They'll be of the form:-
this.image =
"data...blah blah HUGE long line of code";