I play a Death Knight with the Mining profession. I usually have Find Minerals set as my Tracking Skill. When I die, this is set to None, but ElkBuffBars still says I have Find Minerals. Only when I right-click this can I actually see that the tick is next to None.
I thought Tracking Skills were meant to remain on when you died.
I don't really have any opinions about the library situation, as each side seems to have pros and cons and I don't have enough experiance using them to judge.
I'm not removing ads with the script. I remove them myself, which means I don't know where they are, which means that th escript might accidentally cover them. Please let me know if it does and I'll fix them.
These are a couple of styles for WoWAce and Curseforge that improve the UI by removing content. Firefox users should use Stylish to use these.
I'm going to assume these scripts/styles
(iii) you will not alter or modify any part of the Websites other than as may be reasonably necessary to use the Websites for its intended purpose
Fall under the reasonably necessary part.
WoWAce:
It makes WowAce take up the full screen width, and moves the header up a little.
Bugs: May not work so well on screens running at a resolution other than 1280*1024 I'd love to hear if it does/doesn't work.
Probably needs AdBlock, I cbf turning it off to see what ads I'm covering.
It pushes the boxs on the right down to the bottom of the page, but I like it much better that way. Makes the main page look a little dodgy, and you might have to scroll further down to report stuff.
CurseForge:
This has some pretty drastic changes in it and will definitely not work without another program blocking ads. A lot of links/information which I considered superfluous has been removed, but some people might like it.
I've also been working on this greasemonkey script for curse. So far it changes the download linkon the addon page to go directly to the .zip file, rather than having that other page inbetween.
// ==UserScript==
// @name New Curse
// @namespace 12345
// @include [URL]http://wow.curse.com/*[/URL]
// ==/UserScript==
var findurl = "[URL]http://wow[/URL]\.curse\.com/downloads/wow-addons/details/.*/download/([0-9]*).aspx";
var regexp = new RegExp(findurl);
var repurl = "[URL]http://wow.curse.com/downloads/download.aspx?pi=9211&fi=$1[/URL]";
var links = document.links;
for (var i = 0; i < links.length; i++) {
var linkHref = links[i].href;
if (linkHref.search(regexp) != -1) {
newurl = linkHref.replace(regexp, repurl)
links[i].setAttribute('href', newurl);
break;
}
}
0
I thought Tracking Skills were meant to remain on when you died.
0
Can people please comment on how it works/whether it does too much.
I also thought I should expose more people to this post.
0
Is a great idea.
I don't really have any opinions about the library situation, as each side seems to have pros and cons and I don't have enough experiance using them to judge.
I do hate my huge ass loading time though.
0
0
This would be useful.
0
http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=210602700
0
0
I'm going to assume these scripts/styles
Fall under the reasonably necessary part.
WoWAce:
It makes WowAce take up the full screen width, and moves the header up a little.
Bugs: May not work so well on screens running at a resolution other than 1280*1024 I'd love to hear if it does/doesn't work.
Probably needs AdBlock, I cbf turning it off to see what ads I'm covering.
It pushes the boxs on the right down to the bottom of the page, but I like it much better that way. Makes the main page look a little dodgy, and you might have to scroll further down to report stuff.
CurseForge:
This has some pretty drastic changes in it and will definitely not work without another program blocking ads. A lot of links/information which I considered superfluous has been removed, but some people might like it.
I've also been working on this greasemonkey script for curse. So far it changes the download linkon the addon page to go directly to the .zip file, rather than having that other page inbetween.
0
I'm going to miss that list of zips, it was the greatest download method.
Who wants to show me how to delete stuff from the SVN now.
0
constantly in the AV I'm currently in.
Thanks for considering the feature.
0
Can you add a feature to show which mob you currently have targeted?
0
0
Look for mods that use PeriodicTable.
0
0