ff/opera/chrome cfe plugin

UPDATE chrome and opera now supported, firefox version bugfixed a bit

There was some journal about a useful crossfire extension made with greasemonkey, and as I recalled mine script, I've decided to fix it and make it avaible once again ;) It was working before swine flu crash, some of the features were also added to crossfire from it (i.e. copied ;) ).

Features:
- highlight read items (cups/journals/forum/etc) - img
- tab title = journal/article/etc title - img
- highlight unread comments + number of new/all comments - img
- hide images in read/all comments and show button for display in lightbox-like box - img
- configuration - img ( to access in chrome/opera press ctrl+s)
- hide heavenmedia shizzle (game reviews,footer)

Browsers:
- firefox ( with greasemonkey - https://addons.mozilla.org/pl/firefox/addon/748/ )
- chrome ( the new version, no plugins needed )
- opera

Installation:
- firefox: after installing greasemonkey, just click: http://trakos.pl/cf/e/cfe.user.js
- chrome: click: http://trakos.pl/cf/e/cfe_chrome.user.js , you should see a box with question in the bottom
- opera: see http://www.ghacks.net/2008/08/10/greasemonkey-in-opera/ , set some directory for scripts, download and put http://trakos.pl/cf/e/cfe_opera.user.js in this directory


PS: I'm waiting for some suggestions regarding highlight colors etc ;)
PS2: Note for crossfire, if anybody would read it:

you've copied this function once, but now there's only empty call in body:

Quote<body onload="rImgs();changeTitle();">


but the changeTitle seems to be undefined. You should add it like this:

Quotefunction changeTitle()
{
if( $('.SexyWhiteBGNews > .SexyWhiteHeaderText').size() == 1 )
{
document.title = $('.SexyWhiteBGNews > .SexyWhiteHeaderText').text();
}
else if( $('.SexyWhiteBGNews .SexyHeader').size() == 1 )
{
document.title = $('.SexyWhiteBGNews .SexyHeader').text();
}
else if( $('.SexyContent h1.username strong').size() == 1 )
{
document.title = 'Profile: '+$('.SexyContent h1.username strong').text();
}
}
Comments
24
nice :)
You were one of the few people who actually used it before the cf crash, right? :P
Parent
got some other useful scripts for other sites? : >

btw: just installed, great!
Parent
Hm, no, I don't think so ;)

btw: cool :)
Parent
should redownload monkey grease hmm
synek! got the new(not so new anymore i guess) script for ql waiting time?
Nah, I don't play quake live too often nowadays
Parent
wow this looks really nice
Possible to do this for Opera? :o)
yes, see updated installation description for a link.
Parent
thank you, i'll try it tomorrow :)
Parent
everything great till now, except for the images. it opens in a new tab :)
Parent
Possible to do this for Internet explorer :o)
When I use it in Chrome, it's impossible to type sth in the CF site :)
fixed now, sorry!
Parent
np, I'd thank you instead :)
Parent
hey its gr8!
but the images dont open like u showed. its opening in a new tab for me.

using Opera 10.63

gr8 work mate ;) thnx for sharing
Back to top