Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blobo

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 13
76
Off Topic / Re: What is your weapon of choice?
« on: June 03, 2012, 09:29:59 AM »
ion cannon

77
Off Topic / Re: Forum challenge: count to ten
« on: June 03, 2012, 09:25:42 AM »
... really. 2 quadrillian.

 IGNORE EVERYTHING PEEJSTER SAYS. ITS ALL A LIE. HE DOESNT EXIST IN THIS TOPIC.

1

78
Off Topic / Re: Forum challenge: count to ten
« on: June 03, 2012, 09:23:51 AM »
come on. please, lets be serious. its kinda embarrassing to know blockland forums cant count to ten.

1

79
nobot

80
Off Topic / Re: Forum challenge: count to ten
« on: June 02, 2012, 10:43:14 AM »
3

81
Off Topic / Re: Forum challenge: count to ten
« on: June 02, 2012, 10:42:13 AM »
2

82
master

83
Off Topic / Re: Post your thoughts of the above user's signature.
« on: May 27, 2012, 09:57:02 AM »
i...uhhhhh...really dont want to scratch it

84
Off Topic / Re: What is the above user best known for?
« on: May 27, 2012, 09:55:42 AM »
being a zombie without a taste for human flesh.

85
Off Topic / Re: Wish Granted, but...
« on: May 22, 2012, 05:57:14 PM »
wish granted but the cow eats you

i wish for someone to reply on this wish negetively

86
Off Topic / Re: invention ideas?
« on: April 06, 2012, 09:54:01 PM »
wow.  that was alot of posts for 3 minutes.

 how about a car with wings and a  propeller so you can fly away from heavy trafic.

87
i will cut out your eyes and feed it to the scary hobo living behind your house.

88
Off Topic / invention ideas?
« on: April 06, 2012, 09:48:24 PM »
ive decided to gather up random idead for inventiones and maybe even try to make some over the summer with a few friends. all i would need is a great list of funny, creative, useful, or just plain brilliant ideas of inventions for many different uses. some inventions sound stupid at first, like this...

keyboard with heater attached to it.

... but when you think about it, in the winter your hands would get cold when typing, and you don't feel like wasting time placing them on a hot surface or in front of a hair dryer just to warm them up. you want a warm keyboard to make those hands stay warm. or just random meaningless ideas like...

tube shaped bed
neon glow in the dark hair dye
two wheeled skate board

just come up with great ideas for inventions and that will keep me and others entertained i hope. have fun thinking up random ideas.

89
Off Topic / Re: Why did you choose your username?
« on: March 30, 2012, 08:56:55 PM »
because blobo is a beasty blobo name blobo because blobo where am i going with this blobo

90
Off Topic / Re: bookmarklets
« on: March 14, 2012, 04:46:03 PM »
ok, ive made a few codes so all these do is set the color of the background to a  new color. they are just like the black and white, but now they are colors. here you go.

Code: [Select]
javascript:(function(){var newSS, styles='* { background: hotpink ! important; color: black !important } :link, :link * { color: green !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); PINK

Code: [Select]
javascript:(function(){var newSS, styles='* { background: red ! important; color: Black !important } :link, :link * { color: blue !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); RED

Code: [Select]
javascript:(function(){var newSS, styles='* { background: orange! important; color: black !important } :link, :link * { color: purple !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); ORANGE

Code: [Select]
javascript:(function(){var newSS, styles='* { background: yellow ! important; color: black !important } :link, :link * { color: purple !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); YELLOW

Code: [Select]
javascript:(function(){var newSS, styles='* { background: Green ! important; color: white !important } :link, :link * { color: yellow !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); GREEN

Code: [Select]
javascript:(function(){var newSS, styles='* { background: turquoise ! important; color: black !important } :link, :link * { color: yellow !important } :visited, :visited * { color: #551A8B !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); TURQUOISE

Code: [Select]
javascript:(function(){var newSS, styles='* { background: blue ! important; color: white !important } :link, :link * { color: green !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); BLUE

Code: [Select]
javascript:(function(){var newSS, styles='* { background: purple ! important; color: white !important } :link, :link * { color: yellow !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); PURPLE

Code: [Select]
javascript:(function(){var newSS, styles='* { background: grey ! important; color: black !important } :link, :link * { color: white !important } :visited, :visited * { color: #FFFFFF !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })(); GREY

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 13