151

(133 replies, posted in Off Topic)

http://www.threadbombing.com/data/media/4/thread_direction.gif

152

(26 replies, posted in Off Topic)

Zarban wrote:

Pictured: one of Europe's previous attempts at international competition.

That's why it's called Euro War.

153

(133 replies, posted in Off Topic)

Teague wrote:

I liked it.

http://img.pandawhale.com/39552-Maurice-moss-it-crowd-fist-bum-FUQY.gif

154

(133 replies, posted in Off Topic)

I loved Iron Man 3.

155

(14 replies, posted in Off Topic)

Welcome aboard smile

156

(25 replies, posted in Off Topic)

BigDamnArtist wrote:
Invid wrote:

I don't see why they're stranded. Can't they just find a piece of the shuttle and surf down to Earth?

Now there's a movie I'd watch the shit out of.

Here you go: http://www.imdb.com/title/tt1592525/

157

(27 replies, posted in Off Topic)

The chat script has been updated to work on the new domain.

http://lamer.3design.net.pl/greasemonke … er.user.js

Carry on.

158

(30 replies, posted in Creations)

This is a good death.

Zarban wrote:

Is that sketch about bad writing, bad acting, or the banality of evil?

Yes.

160

(469 replies, posted in Episodes)

Sounds like trolling to me.

161

(469 replies, posted in Episodes)

No, they're talking about a new intro for the old episodes.

162

(469 replies, posted in Episodes)

BigDamnArtist wrote:

Dorkman, I no understand you.

http://cdn.memegenerator.net/instances/400x/27952204.jpg

bullet3 wrote:

Death Proof don't bother, no one really likes it that much,

Hey!  mad  mad

164

(57 replies, posted in Off Topic)

Because it's Mars, duh.

165

(57 replies, posted in Off Topic)

Don't get me wrong I really want this to succeed. It's the camping in the air bubble bit that worries me.

166

(57 replies, posted in Off Topic)

'Inflatable section' sounds very reassuring.

167

(469 replies, posted in Episodes)

Invid wrote:

Part of the deal is Teague has to add a new intro with the new name to all the existing episodes.

DO NOT WANT!

168

(27 replies, posted in Off Topic)

I might write a separate script just for that wink

Tomahawk wrote:

I fucking bought the Hunger Games Blu-Ray based on critical acclaim and general public praise.

I watched 2001 expecting "the best movie ever made"...

sad_tennant

170

(27 replies, posted in Off Topic)

Chrome users:

1. install Tapermonkey: https://chrome.google.com/webstore/deta … fkfo?hl=en
2. click here: http://lamer.3design.net.pl/greasemonke … er.user.js

171

(469 replies, posted in Episodes)

Snowflake wrote:

The Finifter Four

Sounds like something Daffy Duck would say.

172

(469 replies, posted in Episodes)

I like  Nuke the Fridge Logic tongue

173

(449 replies, posted in Off Topic)

Doctor Submarine wrote:

RIPD looks stupid as hell and I love it.

My thoughts exactly.

174

(27 replies, posted in Off Topic)

No problem  cool

175

(27 replies, posted in Off Topic)

I've made some improvements to the chat on the user side of things (because unemployment, yay) to make the whole thing less painful to read (at least for me). Since Teague liked the initial idea I've decided to share the user script in case anyone else would find it useful. It should work in Chrome but it has only been tested in Firefox. Sorry tongue

Here's how it looks:

http://lamer.3design.net.pl/dif_chat2.jpg

Here's what it does:

- highlights your name in the chat
- highlights all links and makes them clickable
- adds a little checkbox next to 'Chat Log' which will expand the chat to 600px (or whatever you like) when checked. Useful during longer conversations
- adds a 'Mark all as read' link to the top bar. In case punBB keeps on showing old post as unread you can deal with that from the front page.

Here's how to get it:

- install Greasemonkey: https://addons.mozilla.org/en-US/firefo … asemonkey/
- click here: http://lamer.3design.net.pl/greasemonke … er.user.js

Here's how to customize it:

- open the script with notepad and change these values to whatever you like:

//set chat link color
var linkHighlight = '#e8171a';

//set username color
var userHighlight = '#3aade9';

//set 'Mark all as read' color
var markColor = '#3aade9';

//set extended chat height
var chatHeight = '600px';