Seriously, if you don't want members...
http://www.choicebits.info/index.php
:mellow:
Printable View
Seriously, if you don't want members...
http://www.choicebits.info/index.php
:mellow:
http://www.choicebits.info/stuff/cho...heatsheet.html
Looks like BitHQ started a trend.
The rest of the stylesheet is pretty amateurishly executed as well, it gets a deeply fugly from me.
I would rather happily donate a good looking cursor to them. :P
Until I finally realized that was the cursor I spent a good 15 minutes trying to hit it with a flyswatter.
I believe the technical term is "meese".
Meese's Pieces
Attachment 82634
Wow.
Flyswatter? I was looking for bugspray--that is just messed up...
Damn, That was so ugly I had to make a greasemonkey script, just to put my mind at ease.
Code:// ==UserScript==
// @name Tv's fix...
// @namespace http://www.choicebits.info/*
// @description It was too ugly to let be...
// @include http://www.choicebits.info/*
// ==/UserScript==
var n=document.links.length;
document.body.style.cursor = "auto";
for (var i = 0; i < n; i++) {
l = document.links[i];
l.addEventListener(
'mouseover',
function(event) {
var link = event.target;
link.style.cursor = "pointer";
if (link.href) document.location.href = link.href;
},
true);
}
Now I'm pretty garbage at coding, scripting and the like, but that looks like a javascript solution to what I thought was a stylesheet problem. I had javascript blocked when I visited and still saw the monstrosity. I also didn't see anything pointing to a .cur .csr or .ani file in the page source, which also made me think it was part of a CSS or similar scheme. Please enlighten
Correct, the cursor information for the website is in the CSS file.
http://www.choicebits.info/themes/NB-21/theme.css
The first few lines actually pertain to the cursor.
It actually isn't uncommon to change CSS properties via JavaScript. In fact most CSS properties can be altered via JavaScript
Instead of wasting your time replacing the cursor, as it will remain an ugly site with bad content, may I suggest a simple :
... and never go back.Code:history.go(-1)
I don't know if you want to do that. We need somewhere to show how not to make a torrent site better. Besides, you can enjoy the site on its own merits, like watching a really terrible movie :P