Log In
Name:
Pass:
Online Members (0)
No members are currently online.
Current Interguild Time:
Mon Apr 29 2024 12:08 pm
Member Chat Box  [click here to enlarge]
Recent Posts and Comments
« Forum Index < The Interguild Board

Dekudude
[?] Karma: +1 | Quote - Link
Wednesday, March 23 2011, 4:19 pm EST
Dekudude

Age: 31
Karma: 64
Posts: 617
Gender: Male
pm | email
Dear Livio,

Here:
http://www.mediafire.com/?ikki3ayncuiq13y

Love,
Dekudude


NP Username: xaantan
Isa
[?] Karma: +1 | Quote - Link
Wednesday, March 23 2011, 4:42 pm EST
No. I'm an octopus.

Age: 31
Karma: 686
Posts: 7833
Gender: Male
Location: Uppsala, Sweden - GMT +1
pm | email
I've created a Greasemonkey script using your favicon. Basically, you can now set the favicon to the one you just made, without Livio actually doing anything. The changes are of course only local though, so Livio should still change the favicon.

The code is here:
Code:
// ==UserScript== 
// @name          Interguild Favicon
// @include       http://interguild.org/*
// @include       http://www.interguild.org/*

// ==/UserScript== 

var head = document.getElementsByTagName('head')[0]; 
var favi = document.createElement('link'); 
favi.setAttribute('type', 'image/x-icon'); 
favi.setAttribute('rel', 'shortcut icon'); 
favi.setAttribute('href', 'data:image/x-icon;base64,/9j/4AAQSkZJRgABAQAAAQABAAD//gA8Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2NjIpLCBxdWFsaXR5ID0gMTAwCv/bAEMAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/bAEMBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIABAAEAMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEBAQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AP59/wBgr9hr9ij9oX9hn4n/ABk8Wap4h8UfG34YeIdGj+IWk2up+LtAsfhtBr/j21sfBaarc6bb/wDCPzeFfGXhzSJCtxcRyarqtrd/FS10fxJ4c8R+DvDc9r4F/wAFZfgz+zN8Dr/9mXwt8EdDttM+Jmq/DXxr4r/aAu9E8V+Ata8H3HiDXfiNrE/gmDwpongydLrS9FvfDCP460DVdX0nSLe/8F+PfCHhfSdP0RvAupeD/Cn1j/wR8/4KE/Dn4Dfs1fGr9j/U/hM/xS+LPxp+Mvh34i/DLTtd0bS9X+Hq3/hTRfDmuNf+NBe+IvDd2PDOg23w31N/FOl6VqVrrXijT9bsPCunpd6RrXimfSfi/wD4KU+Gvi/DD4Q8d/ELW9H8Y2fjf4kfFjVdS8QaJpfgyS10Txpd3mkXOr6JFf8AhSe6TwnpWuakfEWuaX4KtoNC8NyahbeJLjw5ZX9jowi0H8OySjxOvFDPIZti+Jo5Nh89xOIyGljY4qtlmKwWL4ZozcMPjMJLD5VRyyjjK+Pp0cBiMLisYsVluCnWxNDF0q9bNPfxmaZLTy/A4CFKms1x2WxVadDL8c4QrYLH13H2uJ9hLL6OKlg6VGU631qjWrwxdaDp1n7KEf/Z');
head.appendChild(favi);


A step-by-step guide to installing this for Google Chrome users:

1. Copy everything in the spoiler and paste it into Notepad.
2. Go to Save as..., and name the file "interguildfavicon.user.js". Before pressing Save, change the file format from .txt to "All Files (I am not sure what it says in English, but you should only have two options, so just choose the one that's not selected from the start). Save the file and open the folder that you saved it to.
3. Drag the file from your folder to the Google Chrome browser, and drop it there. You'll be asked if you really want to install "Interguild Favicon", and you want to do so.
4. Reload the Interguild. You should now have the new favicon!

edit: Slight update in the code - if you already copied it, just remove the "www." in the code at the third line.
edit2: Another slight update. Included both http://interguild.org and http://www.interguild.org.
Dekudude
[?] Karma: 0 | Quote - Link
Thursday, March 24 2011, 12:59 am EST
Dekudude

Age: 31
Karma: 64
Posts: 617
Gender: Male
pm | email
Karma +1

EDIT - Wow, you actually put the image data in the code itself. Fancy.


NP Username: xaantan
nebnebben
[?] Karma: 0 | Quote - Link
Thursday, March 24 2011, 2:34 am EST
Swim for your life!

Age: 104
Karma: 18
Posts: 257
Gender: Male
Location: u.k
pm | email
Could somebody tell what it is I'm downloading before I download it?


http://www.youtube.com/watch?v=9VDvgL58h_Y Oh no he's after me! http://www.interguild.org/greatlakes.gif
Isa
[?] Karma: 0 | Quote - Link
Thursday, March 24 2011, 4:46 am EST
No. I'm an octopus.

Age: 31
Karma: 686
Posts: 7833
Gender: Male
Location: Uppsala, Sweden - GMT +1
pm | email
A favicon is the small image that's next to the title of the page you're visiting. The title in this case is Favicon - Interguild Forums, and to the left of it, you'll probably see a white paper arc.

However, if you follow my method, you're not downloading anything - you don't need to download the favicon that Dekudude created, it's already included in my code.
Livio
[?] Karma: 0 | Quote - Link
Friday, April 1 2011, 3:15 pm EST

Age: 31
Karma: 470
Posts: 9620
Gender: Male
Location: Arizona, USA
pm | email
favicon added!

is it me, or is it a little blurry?
Dekudude
[?] Karma: 0 | Quote - Link
Saturday, April 2 2011, 1:32 am EST
Dekudude

Age: 31
Karma: 64
Posts: 617
Gender: Male
pm | email
Hmm. It's not transparent either.

Try this:
http://www.mediafire.com/?aw8loihavitc4z3


NP Username: xaantan

« Forum Index < The Interguild Board

In order to post in the forums, you must be logged into your account.
Click here to login.

© 2024 The Interguild | About & Links | Contact: livio@interguild.org
All games copyrighted to their respective owners.