Here is a little script that I wrote to add a link to the Google+ icon on their page.
// ==UserScript==
// @name Google+ link
// @namespace http://localtechrepair.blogspot.com
// @description Changes the Google+ icon to be a link to home
// @include https://plus.google.com/*
// ==/UserScript==
var newHTML='<a href="http://plus.google.com/"><img id="gbqld" class="gbqldr" src="//ssl.gstatic.com/s2/oz/images/google-logo-plus-0fbe8f0119f4a902429a5991af5db563.png" alt="Google Products"></a>';
document.getElementById('gbqlw').innerHTML = newHTML;
The script is easy as that.
Install Here for Google Chrome
Install Here for Firefox
I hope that this is useful for you guys.
-Local Tech Repair Admin
leave a comment if you like.
No comments:
Post a Comment