Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: customizeGoogle  (Read 6230 times)

0 Members and 1 Guest are viewing this topic.

Broni

    Topic Starter

    Mastermind
  • Kraków my love :)
  • Thanked: 614
    • Computer Help Forum
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
customizeGoogle
« on: June 14, 2008, 11:08:07 PM »
Pretty cool script for GreaseMonkey, customizing Google web page: http://userscripts.org/scripts/show/26905

« Last Edit: June 15, 2008, 10:36:09 AM by Broni »

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: customizeGoogle
« Reply #1 on: June 14, 2008, 11:16:15 PM »
Sounds nice but how do I set it up? I'm new to Greasemonkey...

Broni

    Topic Starter

    Mastermind
  • Kraków my love :)
  • Thanked: 614
    • Computer Help Forum
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
Re: customizeGoogle
« Reply #2 on: June 14, 2008, 11:21:22 PM »
If you have GM installed, just install script from my link.
Script's author explains:
Quote
Forgive me I make you you feel like a baby, but I'm going to explain everything so that someone with no technical knowledge could use this. First, make sure you have firefox with the greasemonkey extension installed. Then click the install script button on this page and let it install. Right click the monkey icon in the lower right corner of your screen and choose "Manage User Scripts". Select customizeGoogle in the pane on the left. Click the edit button. If this is your first time editing a script, you will see a browse box. Navigate to c:\windows\notepad.exe and press ok. Go to the line that says var name =""; and enter your name in-between the two quotation marks. Go to the next line and enter your first initial. Next, you need to find or create an image and create an account on www.freewebs.com or something like it. Upload the image to the website you just created. Write down the location of this file (eg. www.freewebs.com/yourName/picture.bmp) Now type this location into the line that says var picLoc = "" And thats it! If you need more information just leave another comment.

This is how my script looks like after editing said three lines:

var name = "BRONI"; //Your Name
var initial = "B"; //Your First Initial of your first name
var picLoc = "http://209.85.48.8/228/109/upload/p3250899.gif"; //src location of the picture that will replace the Google image


where http://209.85.48.8/228/109/upload/p3250899.gif is the location, where I uploaded the image.

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: customizeGoogle
« Reply #3 on: June 14, 2008, 11:28:13 PM »
Got it working. Thanks.

Just another useless add-on  ::)

Keep it up!

Broni

    Topic Starter

    Mastermind
  • Kraków my love :)
  • Thanked: 614
    • Computer Help Forum
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
Re: customizeGoogle
« Reply #4 on: June 15, 2008, 10:21:46 AM »
"Useless"? For all my effort?....LOL

AlexeyGfi



    Newbie

  • Harvester of Knowleges
    Re: customizeGoogle
    « Reply #5 on: June 16, 2008, 01:19:29 PM »
    To cool image (about Pooh): U should pixalate everithing (and button and text). Then picture will be super-cool :-)

    Broni

      Topic Starter

      Mastermind
    • Kraków my love :)
    • Thanked: 614
      • Computer Help Forum
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 8
    Re: customizeGoogle
    « Reply #6 on: June 16, 2008, 06:42:44 PM »
    My friend made it for me. I'm not too good with graphics.