I think people are doing it out of their interest. It seems a little impolite to rush them!! Just my views.something for Opera plz.. and fast
I think people are doing it out of their interest. It seems a little impolite to rush them!! Just my views.something for Opera plz.. and fast
Greasemonkey script for Opera
1. Download this 2 files:
*www.w3hobbyist.com/td/remove_rhs_advt_bar.user.js
*amitava82.googlepages.com/digitforum.user.js
2. Save them to some convenient location. Say, "scripts" folder under Opera installation directory or your home directory in case of linux.
3. Fire up Opera, go to "Tools > Preferences > Advanced tab > Content > JavaScript Options". Chose the location where u saved those scripts. Click OK, OK.
And you are done. You can use any greasemonkey scrpit. Just put them in the same folder.
*img179.imageshack.us/img179/4707/77218855xd3.jpg
Enjoy good old Digit Forum
Nope. Thats how user applied js works.
So, use stylish for FF if u want the style to be applied as soon as the page starts loading..
@namespace url(*www.w3.org/1999/xhtml);
@-moz-document domain("thinkdigit.com")
{
a
{
font-family: Verdana !important;
font-size: 12px !important;
color: #1278DD !important;
}
a:visited
{
font-family: Verdana !important;
font-size: 12px !important;
color: #0D57A2 !important;
}
td.alt2
{
font-family: Verdana !important;
font-size: 11px !important;
color: black !important;
background: white! important;
}
td.thead
{
font-family: Tahoma !important;
font-size: 10px !important;
background: url() !important;
background: #80B7EE !important;
color: black !important;
}
td.tcat
{
font-family: Tahoma !important;
font-size: 11px !important;
color: black !important;
background: white !important;
}
div
{
font-family: Verdana !important;
font-size: 12px !important;
}
td.vbmenu_control
{
background: white !important;
}
div#topAd
{
display: none !important;
}
div.alt2
{
background: white !important;
}
div.smallfont
{
font-family: Tahoma !important;
color: black !important;
font-size: 11px !important;
}
td.tfoot
{
background: #80B7EE !important;
}
td.vbmenu_control
{
color: #1278DD !important;
}
div.thead block_row
{
background: white !important;
background: url() !important;
color: black !important;
}
div.tcat block_title
{
background: url() !important;
background: white !important;
color: black !important;
}
body>table:first-child
{
display: none !important;
}
div.page>div
{
padding: 0px !important;
}
td[width="164"]
{
display: none !important;
}
a[href^="posthistory"]
{
font-size: 11px !important;
color: black !important;
}
a[href^="member"]
{
font-size: 11px !important;
}
a.bigusername
{
font-family: Tahoma !important;
font-size: 16px !important;
color: #0E58A3 !important;
}
}
@ Rohan
I don't know how to thank you. But I will keep it simple.
THANK YOU
I think people are doing it out of their interest. It seems a little impolite to rush them!! Just my views.