jholly Posted June 2, 2010 Posted June 2, 2010 It seems the vip list is not working, probably others but that is the first one I noticed. Quote
+Chrysalides Posted June 2, 2010 Posted June 2, 2010 It seems the vip list is not working, probably others but that is the first one I noticed. A bunch of stuff is not working on mine as well. Hiding disclaimer, for one thing. Stuff got renamed and all. VIP list is a few orders of magnitude more complicated than the stuff I write, so it'll take a little while to fix. Quote
+power69 Posted June 3, 2010 Posted June 3, 2010 I hope someone writes a script to remove that annoying lost and found thing. Quote
+keehotee Posted June 3, 2010 Posted June 3, 2010 I hope someone writes a script to remove that annoying lost and found thing. ditto that. Quote
+ghettomedic Posted June 3, 2010 Posted June 3, 2010 I hope someone writes a script to remove that annoying lost and found thing. ditto that. They have (from the update thread) Add this to the end of the "Nix White Space" script var allDivs, i; allDivs = document.evaluate( "//div[@class=LFNominateBanner]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (i = 0; i < allDivs.snapshotLength; i++) { allDivs.snapshotItem(i).style.display = "none"; } Quote
+Chrysalides Posted June 3, 2010 Posted June 3, 2010 (edited) I've updated nix white space (since it is partially broken by the update) and added removal of the banner. http://userscripts.org/scripts/show/66749 It also removes a few lines of white space here and there, the disclaimer, and the "(1 is easiest, 5 is hardest)" below terrain / difficulty. Removing the Facebook widget is a 1 line change (thanks, Lil Devil), but it seems like some people find it useful. I'll look into making it configurable. Edit to add : since GM is usually suspect whenever someone gets accused of being a robot, I like to reiterate that this script does not load (or reload) any pages, but merely reformats the existing one using data that is already present on the page. Edited June 3, 2010 by Chrysalides Quote
+DragonsWest Posted June 3, 2010 Posted June 3, 2010 Ran my stats on GSAK with FindStatGen3 this morning and bunch of the graphic stuff looks borked. Quote
jholly Posted June 3, 2010 Author Posted June 3, 2010 Ran my stats on GSAK with FindStatGen3 this morning and bunch of the graphic stuff looks borked. I would think this post would be better posted on the GSAK macro board. Might even get fixed if you did that. Quote
AZcachemeister Posted June 3, 2010 Posted June 3, 2010 I've updated nix white space (since it is partially broken by the update) and added removal of the banner. http://userscripts.org/scripts/show/66749 It also removes a few lines of white space here and there, the disclaimer, and the "(1 is easiest, 5 is hardest)" below terrain / difficulty. Removing the Facebook widget is a 1 line change (thanks, Lil Devil), but it seems like some people find it useful. I'll look into making it configurable. Edit to add : since GM is usually suspect whenever someone gets accused of being a robot, I like to reiterate that this script does not load (or reload) any pages, but merely reformats the existing one using data that is already present on the page. AZcachemeister liked it! Quote
knowschad Posted June 3, 2010 Posted June 3, 2010 I've updated nix white space (since it is partially broken by the update) and added removal of the banner. http://userscripts.org/scripts/show/66749 It also removes a few lines of white space here and there, the disclaimer, and the "(1 is easiest, 5 is hardest)" below terrain / difficulty. Removing the Facebook widget is a 1 line change (thanks, Lil Devil), but it seems like some people find it useful. I'll look into making it configurable. Edit to add : since GM is usually suspect whenever someone gets accused of being a robot, I like to reiterate that this script does not load (or reload) any pages, but merely reformats the existing one using data that is already present on the page. AZcachemeister liked it! As did the bespectacled pooch. Quote
+jellis Posted June 3, 2010 Posted June 3, 2010 Was it because of the changes they did on the website yesterday? Quote
+Chrysalides Posted June 3, 2010 Posted June 3, 2010 Was it because of the changes they did on the website yesterday? Whenever there is a site update, things get changed on the pages. The most damaging is when IDs of page elements get renamed or removed. Most of the GreaseMonkey scripts rely on those IDs. Don't know what might be affecting FindStatsGen though. Maybe stylesheets in user profile again? Or icons got renamed / moved around? Quote
+larryc43230 Posted June 4, 2010 Posted June 4, 2010 Don't know what might be affecting FindStatsGen though. Maybe stylesheets in user profile again? Or icons got renamed / moved around? I updated my profile page today, using the latest version of the FindsStatsGen macro, and my profile looks fine and dandy as far as I can tell. --Larry Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.