I think it would benefit all work-using TWW members if we could have the option of making TWW black and white so its not painfully obvious to our passing co-workers that we are on a NCSU message board.
4/8/2009 5:44:52 PM
[new][couldn't have gone in the good suggestions thread]I'm Big Business and i approved this message./]
4/8/2009 5:45:22 PM
FF + Greasemonkey + TWW @ Work Script
4/8/2009 8:14:36 PM
i ♥ this thread
4/8/2009 8:15:34 PM
http://tww.e00.us/atwork/(install Greasemonkey first.)you can enable/disable it after installation by right-clicking on the little monkey icon in the bottom right corner of the browser window.i can make new "reply to topic" images and whatnot, or replace them with text links, whatever you guys want... just didn't feel like doing that tonight ]
4/9/2009 12:49:54 AM
4/9/2009 12:56:00 AM
^but it's already done.
4/9/2009 12:56:55 AM
4/9/2009 12:57:51 AM
4/9/2009 1:19:03 AM
Even, this greasemonkey script is awesome, thanks!
4/9/2009 10:11:08 AM
awesome.uncblueI'm Big Business and i approved this message.
4/9/2009 10:36:15 AM
That's not the original TWW@Work script in the screenshot up there. I'm still running that OG blue and white script.[Edited on April 9, 2009 at 2:26 PM. Reason : l]
4/9/2009 2:26:02 PM
how do you change the colors to something other than black?the red used to hurt my eyes, i've gotten used to it though. the black hurts [Edited on April 9, 2009 at 3:35 PM. Reason : ]
4/9/2009 3:33:58 PM
^^there was another one? the one in the screenshot is the one i wrote...^what color would you prefer? i thought about doing shades of gray.]
4/9/2009 6:34:42 PM
This is the original one. I don't remember who wrote it originally, but it has been around for years. It's great for me because the colors almost perfectly match my Lotus Notes theme. I like what you did with the logo at the top left evan...I might have to borrow that. [Edited on April 10, 2009 at 9:46 AM. Reason : l]
4/10/2009 9:21:37 AM
Nice wolf replacement. I'd copy to a more reliable server though:
4/10/2009 9:55:52 AM
4/10/2009 10:39:45 AM
Here is a temporary solution I did to replace every image on tww with my own:
var newImageURL = "http://www4.ncsu.edu/~jbtilley/temp/tww/"function replaceStyleSheet(oldCSS, newCSS) { document.evaluate('//link[@rel="stylesheet" and @href="'+oldCSS+'"]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.href = newCSS;}function getImageName(imageURL) { var charat = imageURL.lastIndexOf("/") return imageURL.substring(charat+1, imageURL.length)}replaceStyleSheet("style.css", newImageURL + "myTWWcss.css");var imgs = document.getElementsByTagName('img');// Top leftfor (i=0;i<imgs.length;i++) { imgs[i].src = newImageURL + getImageName(imgs[i].src);}
http://www4.ncsu.edu/~jbtilley/temp/tww/
http://<tdub>/image/
4/10/2009 12:06:33 PM
Well, I'm glad I tried to include a screenshot, as my javascript replaces all images with ones in the secondary directory - even the ones in posts. I'll have to go back to the drawing board.Edit. Latest attempt:
var newImageURL = "http://www4.ncsu.edu/~jbtilley/temp/tww/"var twwImageURL = "http://" + document.domain + "/images/"function replaceStyleSheet(oldCSS, newCSS) { document.evaluate('//link[@rel="stylesheet" and @href="'+oldCSS+'"]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.href = newCSS;}function getImageName(imageURL) { var charat = imageURL.lastIndexOf("/") return imageURL.substring(charat+1, imageURL.length)}replaceStyleSheet("style.css", newImageURL + "myTWWcss.css");var imgs = document.getElementsByTagName('img');// Top leftfor (i=0;i<imgs.length;i++) { if (imgs[i].src.search(twwImageURL) != -1) { imgs[i].src = newImageURL + getImageName(imgs[i].src); }}
4/10/2009 12:38:16 PM
that's pretty bad assnot too crazy about your color choice though
4/10/2009 1:39:38 PM
yeah seriously. why would you possibly use that color
4/10/2009 2:01:55 PM
Yeah, I don't like it either. I'll have to come up with something better - I was just ripping colors and gradients from outlook. I'm not the best good when it comes to graphic design/color scheming.[Edited on April 10, 2009 at 2:05 PM. Reason : -]
4/10/2009 2:04:42 PM
i like those colors, but have no idea how to do what you said
4/11/2009 6:19:03 PM
lol do you guys really want something that makes it look like a webmail client?i mean, i'll code up some css to do it... but i don't really see much usefulness in it.
4/12/2009 6:19:50 PM
4/12/2009 6:23:23 PM
^^i share an office, i want it to look as bland and boring as possible
4/12/2009 7:32:28 PM
define "bland" in regards to your requesti consider TWW's design to be fairly bland currently (save for the bright red)
4/12/2009 7:47:33 PM
the colors in jbtilley's and skack's are much less noticeable, the greasemonkey script you have still has bold dark borders that make is stand outthe more it looks like outlook the better
4/12/2009 7:57:24 PM
4/13/2009 7:50:23 AM
i really like those color options. i don't like the stark red or black or any solid color, except for maybe light gray. the fading color looks a little more "professional" and not so HEYLOOKI'MONASITEISHOULDN'TBE!!!!thanks!oh, one thing i would change is the unbold the old topics.[Edited on April 13, 2009 at 8:25 AM. Reason : ]
4/13/2009 8:25:03 AM
hmm...every once in a while when i click a link or reload, there's a flash of the normal redness for a bit. what's up with that?
4/13/2009 2:02:08 PM
4/14/2009 1:36:02 PM
can someone give me a fairly comprehensive "how to" to run jbtilley's script?I have greasemonkey and evan's script installed, but i would rather not look at black and white.
4/14/2009 4:09:09 PM
Here's a zip file of all the tww images. In the zip file I have my new versions of the images files and a backup folder with all the old images. It also includes the css file.http://www4.ncsu.edu/~jbtilley/temp/tww.zipExtracting this creates a directory called tww with all the relevant files. Copy the contents of this folder up to a host somewhere (I used my unity account - which won't last forever). Then edit the javascript:
4/15/2009 9:04:20 AM
4/15/2009 11:13:50 AM
Nice.
4/15/2009 11:41:13 AM
can't you define a local directory rather than have to host the images (ie. c:\tww)
4/16/2009 12:49:20 AM
sure.http://en.wikipedia.org/wiki/File_URI_scheme
4/16/2009 1:14:24 AM
it looks like the only problem might be this part
4/16/2009 2:19:04 AM
hey, it's broken this morningwhat is the deal?? i'm gonna have to disable this.
4/16/2009 8:22:25 AM
4/16/2009 4:49:30 PM
^^Had to re-host the images.
4/16/2009 7:22:46 PM
anyway to use the tww looks like outlook script, without having to hosting, etc.I mean, I want to click a link, auto install the script, and I'm done.
4/28/2009 6:10:20 PM