Play Now Login Create Account
illyriad
  New Posts New Posts RSS Feed - 19Jun12 - Post patch
  FAQ FAQ  Forum Search   Register Register  Login Login

Topic Closed19Jun12 - Post patch

 Post Reply Post Reply Page  <12
Author
Quackers View Drop Down
Forum Warrior
Forum Warrior
Avatar

Joined: 19 Nov 2011
Location: Jeff City
Status: Offline
Points: 435
Direct Link To This Post Posted: 19 Jun 2012 at 19:05
I'm shocked by the signatures. They make a great addition to the forums. Great idea!
Make it your ambition to lead a quiet life, to mind your own business and to work with your hands, so that your daily life may win the respect of outsiders and so you will not be dependent on anybody.
Back to Top
HonoredMule View Drop Down
Postmaster General
Postmaster General
Avatar

Joined: 05 Mar 2010
Location: Canada
Status: Offline
Points: 1650
Direct Link To This Post Posted: 19 Jun 2012 at 20:26
Here's a little userscript that will save you from the coming onslaught of banner images in signature areas, while retaining their usefulness.  If you just want them gone altogether, setting up an adblock rule is fairly trivial, but this will crop them to a thin top border so you know they're there.  Then when you mouse over them, they'll "unfold" to show the whole image.

// ==UserScript==
// @name           Illyriad Forum Tweaks
// @namespace      Illyriad
// @include        http://forum.illyriad.co.uk/*
// ==/UserScript==

var headID = document.getElementsByTagName("head")[0];        
var cssNode = document.createElement('style');
cssNode.type = 'text/css';
cssNode.rel = 'stylesheet';
cssNode.innerHTML = '.msgSignature img {margin-bottom: -10%} .msgSignature:hover img {margin-bottom: auto}';
cssNode.media = 'screen';
headID.appendChild(cssNode);

"Apparently, quoting me is a 'thing' now."
- HonoredMule
Back to Top
Bonaparta View Drop Down
Postmaster
Postmaster
Avatar

Joined: 03 Nov 2011
Location: Milky Way
Status: Offline
Points: 541
Direct Link To This Post Posted: 20 Jun 2012 at 00:19
Hm...

Let me try this signature then...

Back to Top
 Post Reply Post Reply Page  <12
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.