Power Buttons for Opera

The Power Buttons on this page are in fact BookMarklets that allow you to alter the content of webpages you visit with Opera. To undo the effects of power buttons, simply Refresh or use the standard Reload button.

Note to users: They probably don't work on Framed pages; maximise a frame first before using them.

Note to button creators: It seems javascript wrapped as custom buttons has a 974 byte limit (remember this includes encoding so actual bookmarklet size is smaller than that) - so only 'small' javascript functions can be made into buttons. (It's fixed in Opera 9.5)

It is better to drag buttons to a toolbar rather than to click on them.

Automatic Scroll [⊗]

These Power Buttons may be useful when you read very long pages. Use the buttons to scroll the page automatically. Press the buttons multiple times to speed up the scrolling. Press Esc key to stop /slow down the scrolling. The FastScroll button is 4 times faster than the Scroll button.

Scroll

FastScroll

Compose CC and BCC [⊗]

These buttons let you open a Compose Message page and enter the selected addresses from the Contacts panel in the CC or BCC field. They should be placed in the Contacts panel toolbar.

CC

BCC

The buttons above rely on a Regular Expression (RegExp) that looks for extensions in the e-mail addresses such as .com, .org, .de, .nl etc. The expression in the buttons contains the top 31 most used extensions and is therefore prone to errors (*). Make sure to verify the CC or BCC field before sending a message!
By limiting the number of extensions the buttons can become more reliable. The examples below only support e-mail addresses ending with .com, .org, .net, .edu, .jp, .uk and .nl:

CC

BCC

(*) Errors will occur if one of the selected e-mail addresses contains a common extension (including the dot) before the @ sign, for example john.compton@operamail.com, or if the extension is not recognized, e.g. john.doe@provider.tk.

Enhanced Back [⊗]

This button is inspired by the Super Back Button on CustomButtons and does the same thing: when there is no history available, it will try to open either the referrer or the window opener.

Back

Enhanced Rewind and Fast Forward [⊗]

These buttons decrease and increase the last number in the URL of the current page by 1:

Rew

FFwd

The following buttons are combinations of the original Rewind and Fast Forward buttons and the ones shown above. The default behavior is the standard Rewind and Fast Forward, respectively, but if these are not applicable the buttons will search for the last number in the URL and change it as previously described.

Rew

FFwd

Note that the URL increment will always work if the regular Fast Forward is not applicable; the URL decrement can only be used once with this button, for right after the first time the Rewind function will apply again (since there will be a History to go back to).

Highlight Words [⊗]

This button allows a user to type in a phrase and see all occurences highlighted:

Highlight

The following button allows a user to highlight the already selected text, as if using a yellow marker on paper; the highlight is effective until the page is reloaded:

Highlight selection (author: SaGS?)

If you prefer to mark the selection from its right-click menu, instead of clicking a button, add the following line to the  [Hotclick Popup Menu]  section of your menu setup:

Item, &Highlight=Open URL in current page, "javascript:void(document.designMode='on', document.execCommand('HiliteColor',false,'#FFFF00'), document.execCommand('Unselect'), document.designMode='off')"

(Verified to work with Opera 9.64, 10.10, 11.50. Note that O11.50 is visibly slow with this.)

Kill Elements [⊗]

The kill button is utterly invaluable. It basically can kill elements on a page. The selected element will be highlighted with a red square, if so this means left-clicking it will remove that element from a page. Press escape or Click kill again to exit the kill mode. This button is useful for things like:

  1. Removing those annoying DHTML images that float around a page.
  2. Any element that distorts the page, such as overflowing ad-blocks or long entries in tables.
  3. Removing elements you don't want shown on a printed page.
  4. You may even be able to remove flash or iframes; you have to select a parent that is holding it, hover the mouse close to the edge of the flash animation and see if you can see its parent highlighted.
  5. Feeling a sense of omnipotence (a-la Pacman)...

Kill Using the Mark as Spam icon.

Kill Using the Smiley Pacman icon.

Note: You must drag this button up from the page to the toolbar, not click it and add it or it won't work.

Note 2: For permanent blocking, use Rip or adblock

Retrieve Wand Password [⊗]

This button allows a user to read a password from the Wand. Instructions: use Wand to enter the password into the appropriate field of a web page. Press Stop immediately so that Opera does not proceed to the password protected content. Finally, press the following button:

Read Wand

Here is a variant which invokes the wand, then records and reports the password. You click it instead of the wand, and don't need to interrupt wand execution.

Wand+capture+report

Search Site With Google [⊗]

In Google, you can limit your searches to a certain site or domain using the following format:
some_text site:www.example.com

The following button will ask the user for a search string and then perform a Google site search based on the URL of active page.

Search site

The button below is an advanced version of the one above. If the search string the user enters starts with 'd ' (i.e., a letter d followed by a whitespace), the search will be limited to the domain of currently active page (for example opera.com rather than www.opera.com, thus also including my.opera.com, people.opera.com etc.)

Search site

Search will be automatically limited to the domain of currently active page
Search domain

Split Page [⊗]

These buttons will split the current tab into portions of 70% / 30% (horizontal split) or 50% / 50% (vertical split). They can be considered more flexible versions of the Split-Screen Mode button, because they do not minimize other pages, and preserve the position of the splitter when you resize the tab.

Split page (horizontally) Split page (vertically)

Press the Back button to return to the original page.

bpm 2009-12-2

Failure condition: these split buttons fail if the current URL contains a # (as it does now, for example, if you clicked a "split page" link to get here - or will if you click the paper clip on the section header). This is due to a flaw in Opera's command interpreter. To see that it is an Opera flaw, try pasting this into the address field in both Opera and Firefox:

data:text/html,<title>split</title><frameset rows=%22*,*%22><frame src="http://my.opera.com"><frame src="http://operawiki.info/PowerButtons#splitpage"></frameset>

Works fine in Firefox, not in Opera until you escape the # (replacing it with %23).
Above buttons fixed (escape "#" added): Split T/B Split L/R

2-page-split variant (current page + previous): Split 2 T/B Split 2 L/R Exploiting fact that Opera variables work as javascript variables if Go To Page parameter is 0; discussion here.

how to cancel: all these splits use frames - to get back to full-tab state, rightclick: context menu has several options.

Translate Page (Using Babelfish) [⊗]

This button will send the page you're curretly viewing to Babelfish and translate the contents to a language of your choice while keeping the page design intact.
The translations you can choose from after pressing the button are:

Translate

Note: the Babelfish translation service does not work on all websites (for example, the Opera Forums' threads cannot be translated).

Categories:

CategoryOpera

Comments [Hide comments/form]

Would you please elaborate on how the KILL button works.
I put it on a toolbar but I'm not sure how and why it's used.
Thanks.

JohnColeman (2005-03-19 09:32:45)

Jst click the kill button then hover your mouse over items on a page; they will highlight in red, and clicking them will remove the element from the page. Hit ESC or the button to exit kill mode. Use the refresh button to reset to page to its original state.

NonTroppo (2005-03-19 13:20:41)

I was wondering if there is a way to make the effects of the kill button on any given page permanent. A separate button to permanently "kill" an element would be a godsend for me. Perhaps it could write a config of which elements to automatically kill, so that there is a way to "unkill" them manually. If anyone knows of a way to permanently kill elements, please tell me!

83.151.204.37 (2005-04-04 23:07:03)

If you were competant at javascript, UserJS can theoretically remove anything prior to page loading

I suppose using DOM3 load/save one could even capture and store the html DOM node that was clicked on to use for future pattern matching. This could greatly slow down Opera, as the pattern matching would have to be done by javascript, probably by a UserJS. The other problem is that there are very strict security restrictions in place, and this almost cetainly falls into that category.

Another permanent way to kill any objects: TheProxomitron can rewrite any incoming HTML and/or javascript...

NonTroppo (2005-04-05 11:20:14)

Hmm... thx for the advice. Personally, I find proximitron rather daunting, but i think that's just because I haven't got around to using it much. I was just thinking that it would be rather cool for someone to code such a button for opera, knowing how there are so many clever people like yourself, dedicated to making opera better and better! Thank you, and keep up the good work!

83.151.204.37 (2005-04-05 18:23:23)

The GREAT "Kill Button" doesn't work for me :'(
I'm on Opera 8 Final.
There's a problem with this version?

I feel that the kill button maybe can help me on one thing that i miss from Firefox: The "Nuke Anything" extension.
So, i want to install that piece of art ;)

When i click'it Opera opens a new page with some JavaScript code on it.
What can i do?
Thks a lot!

200.24.104.57 (2005-04-28 15:33:25)

Sorry, the page submits earlier than what i want.

The new page that's Opera opens with the kill button only says:

[object NodeList?]

And that's all.
Ok, thks for any help!

200.24.104.57 (2005-04-28 15:35:07)

If you disabled the "Re-use existing page" in preferences, you WILL have problems with bookmarklets. A workaround is to either enable "reuse exiting page" or to put the button on the personal bar and drag it to the current window when you want to use it so it won't open a new window.

LuChio (2005-04-28 20:01:03)

I tried both buttons for "Retrieve Wand Password" on the Discover Card Login site (https://www.novusnet.com/cardmembersvcs/loginlogout/app/ac_main).
Neither worked. Both caused a "There are no passwords in forms on this page." message.
However, the following bookmarklet posted by opera-fansite on 20 April 2004 did work:

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

216.76.200.2 (2005-04-30 14:34:30)

I always disable the "Re-use existing page" in preferences, and I wonder if there is a way to enable "kill" button (and similar ones)in this case either.
It might work through UserJS like The Ultimate Highlight Bookmarklet (UHB) http://nontroppo.org/wiki/UHB , which originally was a bookmarklet and now it's a UserJS with extra functionality...
Is it possible?

212.251.51.91 (2005-05-13 10:39:09)

thanks for your useful buttons, ie kill

221.221.19.31 (2005-07-08 18:16:43)

And what command should i put on a new mouse gesture so i can activate the "kill" button with a mouse movement?
I'd tried "kill" (without quotes) but doesn't work.

Thks a lot!

200.24.104.57 (2005-08-23 15:36:19)

I agree, the kill button is a problem because it doesn't seem to work. I understood the idea was that you have to FIRST select something and then click kill, but, Opera wasn't exactly designed for that, so nearly nothing can be selected t actually be killed, making the button next to useless.

199.88.20.121 (2005-09-06 10:25:53)

I can't get that Kill button to work. I placed it next to the "New page" one, and when I click on it then over say an image, there's no red square around it as it should (if I understood correctly). I also tried to disable the re-use option (although it's an option I love), but to no avail so far.
Any help?
Thanks

195.207.160.49 (2005-09-27 22:47:04)

"Kill" works for me, on Opera 8.5 from first try :-). I also placed it next to the "New page".
It highlights text, or makes frame on the borders, clicking it erazes.

4.152.207.81 (2005-09-29 21:53:55)

When I look at the JavaScript console it reports an error. Unfortunately there's no way to copy/paste text from that console.
It says:
Syntax error while loading: line 1 of unlnown script :
background'


^

I wonder if it has something to do with script length limitation?

195.207.160.49 (2005-09-30 00:28:29)

There really should be an index page for this, just like custom buttons. A long list of everything isn't very navigatable.

SpW (2005-10-29 00:13:44)

The new buttons to split the current page and tile it vertically or horizontally are fabulous. I wonder if it is possible to make them unsplit the split page too on click and hold?

I tried by adding the action "+ Close page & undo" but it closes the page and reopens [b]this[/b] wiki page instead. (>_<)

Any idea how to accomplish this?

62.255.64.5 (2005-11-03 11:48:13)

Almost working now.

I added the action "+ Close page & Reopen page"

You have to click and hold the button twice in succession to reopen the original page.

62.255.64.5 (2005-11-03 12:03:07)

OK I've cracked it. Much more simple than I thought.

Just add "+ Reload" to the command. Click and hold reloads the page and removes the split frames.

62.255.64.5 (2005-11-03 16:33:03)

I can't drag any of the buttons..holding left click on the button and moving it just highlights text.

129.2.153.119 (2005-11-07 12:26:25)

Nevermind..I had to click exactly in the middle of each button to move it..

129.2.153.119 (2005-11-07 13:16:02)

Kill button rocks!
Though I would like to have an undo function.. I tried to delete about 25 elements from an email view page (gmx), and some of them were quite hard to hit - so I had to do it again 3 times.

137.226.116.75 (2005-12-15 04:27:44)

These Power Buttons ROCK !!!

217.189.169.135 (2005-12-23 18:24:20)

Hello,

i search for Powerbuttons in German ;-) This Buttons are very great. Greets from Germany

84.56.94.70 (2006-02-09 01:50:23)

Which ones would you like to have in German?

85.146.140.234 (2006-02-09 09:14:13)

Is is possible to merge the functionality of the loverly 'Kill' Button featured on this page with the functionality of 'Block Content' in Opera 9 Preview to approximate something like RIP extension available in FireFox?

What I want is the ability to remove more than just images for the Block Content feature, and the Kill button seems to have already implemented the selection logic. So a possible solution would be to take the page element selected and do whatever Block Content does with it.

Is that Do'able?

61.246.215.145 (2006-02-22 22:53:12)

An easier way to use the "Read Wand Password" button would be to add a "Work online/offline" button from the "Custom Buttons" page to the toolbar. Load the page with the password and then click the "work offline" button before clicking the "Read Wand" button.
Hope that helps.

CyberDoc?.

210.212.42.114 (2006-04-18 05:31:17)

Just a quick tip: Before printing a page, "kill" all the stuff yo don't want to print, and usually you end up saving a lot of printed space! ;)

It would be great to make these kills permanent! When will Opera decide to use this concept for their Block content (esp. embeds, iframes, etc)?

151.53.246.104 (2006-04-28 16:22:15)

The google site search is very handy, one of the few things Opera couldn't do but ie (with google toolbar) could - thanks!

125.253.16.29 (2006-06-15 16:19:16)

Google site search can also be integrated as a custom search engine.
see http://my.opera.com/Schneemann/blog/show.dml/390545

This works faster than a button, imho.

84.63.44.232 (2006-08-05 11:04:16)

Hi There,

Auto scroll button, GREAT!!!!!!!
Is it possible I can set mouse gestures and keyboard short cut?

Thanks again!
regards edmond.

219.77.129.29 (2006-09-13 08:04:46)

Hello!

I've been using the Kill and Google site search a lot. They have helped avoid printing unnecessary images, and saved LOTS of time when doing my genealogy searches, so it's high time I said THANK YOU for your time in making and sharing them with us. :)

Cheers,

Karen
SC, Brazil

201.67.175.138 (2006-09-14 19:52:27)

Hi! I've just used the scroll button for the first time - great! I was sat there using the up/down arrow keys to keep the bit I was reading comfortably in the middle, occasionally reaching "all that way" up to the escape key to slow things down occasionally. My mouse pointer was left hovering on the scroll button and, as I use a laptop I could just click on it very easily using my left hand (my right hand operating the up/down keys).

What would be really useful (for me anyway) would be if the left/right arrow keys could be assigned to slow things down or speed things up. I know this might cause a problem for "extra wide" sites but (and I've just thought of this!) if there was a bit of code which could be added to the scroll button to make the page "fit to width" first then the left/right keys could be spare, and the escape key could be simply a "Stop" key. Is there anyway I could modify the code in my button to do that? That would be a completely excellent thing to show people.

Thanks and great work!
Paul

85.114.241.199 (2006-09-26 15:14:06)

Hi! "Kill" button doesn't work in Opera 9.
You should replace code

t.style.background='#FF9999'

in it with something like:

t.style.background='%23FF9999'

to make it function properly.
Thanks

Mikhail

89.178.152.98 (2007-01-20 05:59:01)

Kill does work in Opera 9.20

86.21.0.58 (2007-04-05 11:57:46)

Yes, you can set auto scroll as a Keyboard shortcut.

The attribute should be as:

Go to page, "javascript:function AutoScroll?() {window.scrollBy(0,1); NextScroll? = setTimeout('AutoScroll?()', 120);window.onkeydown = StopScroll?;};function StopScroll?(e) {if(e.keyCode

27){clearTimeout(NextScroll?);};};AutoScroll?();", 1, "FastScroll?", "Down Arrow""

86.21.0.58 (2007-04-05 12:01:18)

Dude, the Kill button is awesome.
Works great with v9.25 :)

In order to add it to your toolbar, DO NOT clik the button of this page. Instead Drag it and drop it on YOUR toolbar.

219.136.230.60 (2008-02-28 05:29:07)

Hi, thanks for this great stuff.
I appreciate the translate page button, but i'd like to have more buttons where once pressed page is translate automatically say english-to-french, russian-to english and so on rather than having the prompt.

83.103.117.254 (2008-05-23 05:47:04)

permanent killbutton would be great

CaKruege (2008-08-20 07:11:09)

Thou shalt make a permanent Kill button for our brain's sake
And then, the world would be magnificient.

70.53.176.178 (2008-09-05 06:34:11)

Copy this:

Go to page, "javascript:function AutoScroll?() {window.scrollBy(0,1); NextScroll? = setTimeout('AutoScroll?()', 480);window.onkeydown = StopScroll?;};function StopScroll?(e) {if(e.keyCode

27){clearTimeout(NextScroll?);};};AutoScroll?();"

Go to Tools > Preferences > Advanced > Shortcuts, then select 'Enable Mouse Gestures' if it is unselected, then duplicate the current mouse setup - make sure you duplicate! Open the duplicated mouse setup and select 'GestureDown?' in the Application menutree. Click on the edit button, and then press TAB. Instead of whatever text is there, paste the above text. Then, in the Application menutree itself, delete all gestures that begin with 'GestureDown?', and click on OK.

Now open a nice ebook, or a news site, or whatever, and drag the pointer downwards while pressing the right mouse button. Do this many times to increase speed. If you want to slow down, press ESC.

220.226.81.99 (2008-10-24 04:33:00)

ercc4tlit

69.64.43.176 (2008-12-01 11:23:00)

HowTo? export, backup & transfer ALL personal Buttons (My Buttons)?

e.g. 9.64 to/from Opera 10?

188.23.67.249 (2009-04-14 11:31:54)

wudn84ju824ozytd

86.101.41.215 (2009-05-01 05:27:20)

Hi webmaster! yvv

78.46.66.178 (2009-06-02 23:35:43)

elbrae rfnkvcfd khbwbloe vusirhtz

89.248.172.50 (2009-07-08 14:34:39)

6asn9Y voqtbjly pieuuile fclbsnec

94.102.49.213 (2009-07-21 05:00:20)

ixhzvnhb ggqopvxv ynsgggmx

94.102.49.213 (2009-07-24 03:44:26)

npdtefen yojjqffv ywjajhut

94.102.49.213 (2009-07-24 04:15:36)

obxfkima ywehpugj bruqanvb

94.102.49.213 (2009-07-24 04:37:56)

ztotkoup dmbtarmc rubiiawu

94.102.49.213 (2009-07-24 05:56:08)

rfaqhpeb oykotafi vhweishz

94.102.49.213 (2009-07-24 06:24:06)

wbvhoqtz boecetyl vzhjudzc

94.102.49.213 (2009-07-24 06:49:15)

utevihef bquymfed qxzryfmq

94.102.49.213 (2009-07-24 07:13:57)

vdaxmgeb anhdifaa rjdlzcjz

94.102.49.213 (2009-07-24 07:39:18)

sjddtnvh zkzkifgf nwdcymmu

94.102.49.213 (2009-07-24 08:05:29)

avvwqajr qamjzwuz cmtezggi

94.102.49.213 (2009-07-24 08:31:28)

gznbzkiu uczhkdnp xgbbqzyv

94.102.49.213 (2009-07-24 08:57:57)

wypbbuak xthdoycd kxfklacq

94.102.49.213 (2009-07-24 09:22:54)

inyennod uubrcvly tszrwsez

94.102.49.213 (2009-07-24 10:13:38)

aebwctrr jlxkuaay phulkkbi

94.102.49.213 (2009-07-24 10:45:46)

drykyvxj kpaicasm elfodujf

94.102.49.213 (2009-07-24 11:07:50)

oknfsqxv mfiiyexu qofkznlt

94.102.49.213 (2009-07-24 11:32:30)

vmjvcjxj vafapbvs jxdsotxm

94.102.49.213 (2009-07-24 11:57:50)

mcnsxpst fqbzofoe hekmgnqi

94.102.49.213 (2009-07-24 12:25:51)

hmmzdkcf kmycfyrk gcpxaubl

94.102.49.213 (2009-07-24 12:50:40)

xegsfltg lzlpykvu ghchqtfv

94.102.49.213 (2009-07-24 13:15:11)

grtyfwne aafqprjm csvlqmid

94.102.49.213 (2009-07-24 13:41:42)

edyiavuu melxzmuh dvkknlix

94.102.49.213 (2009-07-24 14:07:10)

ilbwxndl lhndsdag jtaadguh

94.102.49.213 (2009-07-24 14:32:21)

fthwvfbj jmixcech dtwscitc

94.102.49.213 (2009-07-24 15:23:53)

ezwqhrrq sdefimab nswqayyl

94.102.49.213 (2009-07-24 15:52:00)

eciqfany fddnyoia odheylqg

94.102.49.213 (2009-07-24 16:17:54)

sfpthlnm cxohaasr vgqzsafx

94.102.49.213 (2009-07-24 16:44:13)

vzisibsv wwppidmi opaugfem

94.102.49.213 (2009-07-24 17:10:39)

hpijakdx ziqbzyaz xzcsfucn

94.102.49.213 (2009-07-24 17:36:34)

scvfgqcn indrrkvr mgcaaeut

94.102.49.213 (2009-07-24 18:03:33)

copvjyjd cvvuocpp sekkafic

94.102.49.213 (2009-07-24 18:31:07)

pwrztclk ezzxdwhr hccmjqie

94.102.49.213 (2009-07-24 18:57:13)

zydcfbrc xtssumpn nzivdldp

94.102.49.213 (2009-07-24 19:26:59)

rjsomsbj fzmsdghp hiksiczv

94.102.49.213 (2009-07-24 19:50:26)

YhIPDc? czmkkabo vywwnwse chfalcku

89.248.172.50 (2009-07-27 20:05:05)

wqyijcls oyyectsr gesuwttk

91.121.84.111 (2009-07-30 19:26:56)

dhzpejeq hpnbxfno qwarqxea

91.121.84.111 (2009-07-30 20:01:14)

hnquozbj cujyzfhe vvngjlbu

91.121.84.111 (2009-07-30 20:38:51)

kgikvzry pkjtikmy vebepdax

91.121.84.111 (2009-07-30 21:11:44)

jcrubvrp cihifucn zfsxewct

91.121.84.111 (2009-07-30 21:49:29)

yrljkafk kcisemwv vczrpblg

91.121.84.111 (2009-07-30 22:21:56)

cfquxlrm xkqvpxff eolvsqgd

91.121.84.111 (2009-07-30 22:58:36)

oycmzlqh rkjoglqb juajjejr

91.121.84.111 (2009-07-30 23:32:21)

mfuncvvu yyvaokzi vmpnmhsp

91.121.84.111 (2009-07-31 00:08:28)

gtuxaeck deyijwyk pzdhnwyl

91.121.84.111 (2009-07-31 00:45:30)

vhrfhaph qlijclfs dsvbvetf

91.121.84.111 (2009-07-31 01:22:37)

mtbvzrdm fgeyalvv scwmyjjz

91.121.84.111 (2009-07-31 01:58:27)

yvpazdax ojvfgroj mjigfwkn

95.169.190.71 (2009-07-31 17:11:55)

bgoyroxz wqbsssie czrvdejq

95.169.190.71 (2009-07-31 18:32:43)

jfcpdzgr xcvydroa zuqrkiuu

95.169.190.71 (2009-07-31 19:53:42)

tqiphtdf khxqejxy adlcttio

95.169.190.71 (2009-07-31 21:13:57)

jhnbbrrl ndmrapol ksxbcqrg

95.169.190.71 (2009-07-31 22:34:18)

ntmzybiw jnsyvtvv zotwrkha

91.121.84.111 (2009-08-01 09:15:56)

hqxzudfm wnjxfgdg epjlffvj

91.121.84.111 (2009-08-01 09:52:49)

ucfiidrn umvbdamo vrbgnccf

91.121.84.111 (2009-08-01 10:29:18)

vkhjfjua svvprmya jvwfspxt

91.121.84.111 (2009-08-01 11:06:54)

kswdlheg zyfiyulj htesyiwm

91.121.84.111 (2009-08-01 11:42:44)

azgbaqei plkifrwu yvwvbnoc

91.121.84.111 (2009-08-01 12:18:57)

caktpyle ukaojqfl bvrgigfb

91.121.84.111 (2009-08-01 14:26:14)

rfjwjhoi faybejha lzscjoeb

91.121.84.111 (2009-08-01 15:34:50)

vhxcmvzl rtouygqm sndtxjsm

91.121.84.111 (2009-08-01 16:10:55)

wbslsfms wtgvyajt vkpylqhy

91.121.84.111 (2009-08-01 16:48:29)

sgriqpcq dlnjdwih tcbxsynv

91.121.84.111 (2009-08-01 17:27:23)

dyissonf vlviozuf ogslntvn

91.121.84.111 (2009-08-01 18:02:25)

davkbptp wttyfeia fmskrhje

91.121.84.111 (2009-08-01 19:50:46)

zovwiutq ewviyvtr lhrnkgrf

91.121.84.111 (2009-08-01 21:06:40)

tygzowwg taulcbbp qyeyujpo

91.121.84.111 (2009-08-01 21:44:07)

bloaqtzp sqvspdvs cpdhhbbp

91.121.84.111 (2009-08-01 22:56:36)

wwexodqf gbdifffj jxuznsmr

91.121.84.111 (2009-08-01 23:33:22)

bsmiushi wvlowlnt plqasvnw

91.121.84.111 (2009-08-02 00:11:00)

dwhlrsuw dqgvtuxg brciawgk

91.121.84.111 (2009-08-02 00:49:39)

etpcltfl ijusyzxs eassxpvs

91.121.84.111 (2009-08-02 01:26:22)

myzzriak xlppmzsv vltrnhcq

91.121.84.111 (2009-08-02 02:02:27)

uuclhyts gwkpyfug eabaazwb

91.121.84.111 (2009-08-02 02:40:21)

jkltzbcr fydhrcjv elqwzyno

91.121.84.111 (2009-08-02 03:16:59)

lodfpstg ekejeuet hxwdwjiq

91.121.84.111 (2009-08-06 19:05:21)

oxesthqc mvwuwugi kpbyfgmx

91.121.84.111 (2009-08-06 19:41:14)

obqgxssh meqryoqw puccwirc

91.121.84.111 (2009-08-06 20:18:05)

kjhoxasu jcbuectk debstieh

91.121.84.111 (2009-08-06 22:06:13)

sgljsobd vvimpufl lexniwfl

91.121.84.111 (2009-08-06 22:42:05)

zbpylvuw jrgcuhxp jzmwmfgz

91.121.84.111 (2009-08-06 23:22:06)

pmvmainq jyertnns yshdqynx

91.121.84.111 (2009-08-06 23:58:11)

lorltpki mgbgfoke bhyjwksj

91.121.84.111 (2009-08-07 00:35:00)

fstidoig bkhwbbma dcsryxgu

91.121.84.111 (2009-08-07 01:11:30)

ymbbjrjy atvmcalf ufqdadwt

91.121.84.111 (2009-08-07 01:49:41)

ncwymhju bckkrmzm nzjwkmzg

91.121.84.111 (2009-08-07 02:26:27)

knencmef etgpbeto neneukog

91.121.84.111 (2009-08-07 03:45:40)

xkyutiqy evbfnyut bjwnvmjr

89.248.172.50 (2009-08-09 02:34:57)

xktnxpnw apysejdg aptggzou

89.248.172.50 (2009-08-09 02:54:49)

bfkaxlcn ntbowekm pszwbrtn

89.248.172.50 (2009-08-09 03:14:16)

kszkexnf zavzpreo giaojiad

89.248.172.50 (2009-08-09 03:34:19)

qjhmcukp fuditfex srulqilp

89.248.172.50 (2009-08-09 03:52:38)

ercpxtkb zywrljvf uwxpftrl

89.248.172.50 (2009-08-09 04:13:53)

gfrhvvpd iuonswbk dacmskfn

89.248.172.50 (2009-08-09 04:31:49)

vhfjoska biatgnur yvcyhmgn

89.248.172.50 (2009-08-09 04:51:11)

gdmdbwke xdqhyvzg kkgnblgu

89.248.172.50 (2009-08-09 05:11:09)

cysetepr hyitohzl ielojahf

89.248.172.50 (2009-08-09 05:29:54)

uuxpnpuw kpqjjqvx hurpgdcw

89.248.172.50 (2009-08-09 06:42:53)

utbegmxt gifglrnv ncvcqnws

89.248.172.50 (2009-08-09 08:08:30)

sffxfkuw uzlyogmi ehbujsif

89.248.172.50 (2009-08-09 09:33:20)

etxavguf ogxgoank belsdbyx

89.248.172.50 (2009-08-09 10:56:43)

bglauecc bpfcmgsg elcpwovj

89.248.172.50 (2009-08-09 12:20:37)

igeilmjf ucegvtyq tlulqjou

95.169.190.71 (2009-08-13 20:38:18)

hiblulkf jppczkbh nwnjovjz

95.169.190.71 (2009-08-13 21:14:18)

uzqepfji eyoygxiw cganjlrg

95.169.190.71 (2009-08-13 21:49:08)

owquplaj dcgjpeeu buigphru

95.169.190.71 (2009-08-13 22:21:32)

bwjeglvn ihpqmywd blfprjah

95.169.190.71 (2009-08-13 22:56:14)

qwuatqhw mwboqwar aoaxniqv

95.169.190.71 (2009-08-13 23:29:11)

qhyhdlbb tllujsdz mpamvdzu

95.169.190.71 (2009-08-14 00:03:33)

pfomnysw egehjdwa vhrxlcyh

95.169.190.71 (2009-08-14 00:35:51)

silmnnxi znbzhnqs msrnmwym

95.169.190.71 (2009-08-14 00:35:51)

umimolej vdpbbhtx wfitadbr

94.102.49.213 (2009-08-14 00:50:19)

sesxkmpz vtrxlisy ivejkorg

95.169.190.71 (2009-08-14 01:10:19)

gvymywcm xdigghty aunkajdn

94.102.49.213 (2009-08-14 02:15:13)

xgchyclt mwbxnzpx mjikwobj

95.169.190.71 (2009-08-14 02:20:27)

ekwccecj fffvwdpj prhcqgfn

95.169.190.71 (2009-08-14 02:53:51)

sxrucynw pvfgxvvz erkllanw

95.169.190.71 (2009-08-14 03:27:48)

iybgzzit xcyjxuoz xpwwsbta

94.102.49.213 (2009-08-14 03:37:58)

qcktguky caohbgku bpappwbh

95.169.190.71 (2009-08-14 04:03:58)

cnqxbmep xufjgehr trkchdev

95.169.190.71 (2009-08-14 04:37:19)

piygypfc ecvrgdnb nproylco

94.102.49.213 (2009-08-14 05:01:53)

pqrxdekq fsgjbotp tlbuvzvf

95.169.190.71 (2009-08-14 05:45:19)

dcebgolo ytszmois cdrghwrc

95.169.190.71 (2009-08-14 06:21:57)

dpuxswrp znraozmw sqgmbigg

94.102.49.213 (2009-08-14 06:29:31)

ouaxbiti tlczxujx gyqxgpbk

94.102.49.213 (2009-08-14 07:56:08)

uljuooll josfrssz vifcjkxj

94.102.49.213 (2009-08-14 09:24:33)

jftpvimm kthyrzjd fixdhhgi

94.102.49.213 (2009-08-14 10:50:46)

pvtyjwjw dtvkzzen qvkmmton

94.102.49.213 (2009-08-14 12:13:41)

jrhmywpk mvhifysb mquxxwjq

94.102.49.213 (2009-08-14 13:36:11)

qpmulcwg xyhwzcnz kghyranp

91.121.84.111 (2009-08-17 21:44:54)

vylmxxoi hwqlsvhw khfboxos

94.102.49.213 (2009-08-17 23:09:19)

dqmusdea actldegy yuxpbnok

91.121.84.111 (2009-08-17 23:23:18)

ztqgeuwu yqpchekg mchmvnrz

94.102.49.213 (2009-08-17 23:39:50)

zioaqype rumfzdpu snlxvszl

94.102.49.213 (2009-08-18 00:06:54)

oqtasmnr oyunjnvr pkyjbdvp

91.121.84.111 (2009-08-18 01:04:29)

pwripndn juvksdja aygrkmwm

94.102.49.213 (2009-08-18 01:06:20)

ztrojroo twcqwtnv hyutmchy

94.102.49.213 (2009-08-18 01:38:46)

jedjgyqo ddcyqqqk hviosdmm

94.102.49.213 (2009-08-18 02:03:46)

aftzepgy mnshcgkh gtcqurqn

94.102.49.213 (2009-08-18 02:33:04)

pbtvfqcu ungiprqq udpksqxd

91.121.84.111 (2009-08-18 02:46:39)

mkqexzad xxbybrmy efxnucuz

94.102.49.213 (2009-08-18 03:06:06)

jmosnfoh kcwbehxo ggfmdedb

94.102.49.213 (2009-08-18 03:34:33)

tgnpsunk abjpvykm fqjzbiby

94.102.49.213 (2009-08-18 04:02:11)

cqeompto exwveglc yxfjocrw

94.102.49.213 (2009-08-18 04:31:35)

xxxvgeng mfgydoih szsbnwsn

94.102.49.213 (2009-08-18 04:59:59)

nptpyyjo ydilvdee irftyjvg

94.102.49.213 (2009-08-18 06:02:10)

mpmtkhvs awyicasy eroeifwk

91.121.84.111 (2009-08-18 21:01:11)

gutotvjx vxcfwufl bscohrab

91.121.84.111 (2009-08-19 01:48:33)

kwekyige uyawwhqj owzixjde

91.121.84.111 (2009-08-20 17:10:55)

vmpxaigx qvofcfix mmogoxiy

91.121.84.111 (2009-08-20 23:09:17)

gkltpdun eoodanoh dlmjnrnw

94.102.49.213 (2009-08-21 02:57:22)

cgzhiziy vbpaulqb lsfnzdar

94.102.49.213 (2009-08-21 03:31:07)

lwmoqovj xkkkxvhm vlemyofe

91.121.84.111 (2009-08-21 05:06:13)

gottaxac kwgvujao iucohpql

94.102.49.213 (2009-08-21 05:59:50)

oiqsuvyj iadnfyok tluhjkow

94.102.49.213 (2009-08-21 06:27:31)

rovtcxml tfsqxswn drknndkd

94.102.49.213 (2009-08-21 07:28:13)

znvnjivm ykazdckf qpcfxklr

94.102.49.213 (2009-08-21 07:55:27)

yddnzudq nbiqjfrj wyklqewd

94.102.49.213 (2009-08-21 09:26:58)

dusdkxis hdqouddi ajtedvxk

94.102.49.213 (2009-08-21 09:55:31)

mrnonaju gjppjizd musoshsv

94.102.49.213 (2009-08-21 10:22:25)

ikcgilhj cvtjdqfx tchnqqrb

94.102.49.213 (2009-08-21 10:54:38)

yahmbsoy glnwmacw qcndysgf

91.121.84.111 (2009-08-21 11:05:28)

xgarorui bprtzogk tqfsijhw

94.102.49.213 (2009-08-21 12:18:58)

rxkndnpk axdmbxzf adysxyzu

94.102.49.213 (2009-08-21 13:19:01)

drzzvcuy jbplwspo froojakl

94.102.49.213 (2009-08-21 13:49:08)

ewcdxenx zdfbskcy pcddxdeh

94.102.49.213 (2009-08-21 14:18:36)

rkmdqpfe qeodrpaq xreqbrrc

94.102.49.213 (2009-08-21 15:21:05)

lbjttprv tpfpmusn cimfwsvi

91.121.84.111 (2009-08-21 15:30:56)

mcrfrosh zmzkinxt oghawhpk

94.102.49.213 (2009-08-21 16:15:09)

skmpinnu bctvswee rhanitsu

94.102.49.213 (2009-08-21 16:45:15)

bespubmr mqtrqafj cacmqwit

94.102.49.213 (2009-08-21 17:20:47)

uxtymtvn coacvnyr ckjgdngi

94.102.49.213 (2009-08-21 18:47:31)

wvqcmmll sklvzcxs lonfmhcr

94.102.49.213 (2009-08-21 20:14:32)

atepdnza cnhzfakq vxspgloo

94.102.49.213 (2009-08-21 20:43:01)

xgpkajsx qibuswag msofttwo

94.102.49.213 (2009-08-21 21:14:36)

yxhcwgdn vivbiqmn xurjpspm

91.121.84.111 (2009-08-21 21:28:57)

cikzvlqh ivpgmylf kjjmfush

95.169.190.71 (2009-08-22 02:53:41)

pgldaqyi ektjcvmk cclfmqma

95.169.190.71 (2009-08-22 04:04:22)

lcwentkd vbshhenw pzuvkwmv

95.169.190.71 (2009-08-22 05:17:16)

vmcxdfjm oquufpsg qbhvjgkc

95.169.190.71 (2009-08-22 05:48:52)

psrenejf tfakpggz glhiozwl

95.169.190.71 (2009-08-22 08:10:29)

ldpozopm jndeojqg llzzgtsi

95.169.190.71 (2009-08-22 09:20:31)

wdochtwo ffvvsxef vfbfbpwq

95.169.190.71 (2009-08-22 09:56:16)

cvomdlkx mckgtolq xhwzcdsm

95.169.190.71 (2009-08-22 11:06:23)

spyktari kiqljucb doxarfgu

91.121.84.111 (2009-08-22 11:49:15)

sibzwpmb mxrwicqx ovpszwhm

95.169.190.71 (2009-08-22 12:17:20)

oboylyhf listubbi pzukivtm

95.169.190.71 (2009-08-22 12:53:49)

dennpysl ubrxawdf vjozmssk

95.169.190.71 (2009-08-22 12:53:55)

mefxbftd aghdqvqc ythtirxa

95.169.190.71 (2009-08-22 13:30:59)

xnlybauc uqcbzutd dwjrjfrn

91.121.84.111 (2009-08-22 13:35:22)

xxzmcjxp sqmoshas gjnzmzui

95.169.190.71 (2009-08-22 14:04:02)

ntngswdx aqqboblr czpihuls

95.169.190.71 (2009-08-22 14:40:42)

myvbyalu bqpylift myvoaxpo

95.169.190.71 (2009-08-22 15:15:48)

cmspimzb nbxaqqli yboplxtk

95.169.190.71 (2009-08-22 15:50:52)

xdznxxdk miyobanw ylbtwipa

95.169.190.71 (2009-08-22 16:24:56)

ixhowjft ossfhunl agqpjlng

95.169.190.71 (2009-08-22 17:37:21)

ieqdjxbr polveftr cxsfehnh

95.169.190.71 (2009-08-22 18:11:24)

ikoxrhaa amezzayj ocazdgbt

94.102.49.213 (2009-08-28 04:26:03)

vtrnslvl vtirtfsq hrrrhmjc

94.102.49.213 (2009-08-28 04:56:54)

hhgwdtet kdthrhak rhliuqua

94.102.49.213 (2009-08-28 05:26:26)

bckhkibh jcknaroo gdsfdvyj

94.102.49.213 (2009-08-28 05:59:35)

pyngfqge wxysbvwj uuztqpku

94.102.49.213 (2009-08-28 07:01:43)

xtodtkav chakejgw fmravvpv

94.102.49.213 (2009-08-28 07:32:40)

yrakbgxd dqvnmkww ijgvbauk

94.102.49.213 (2009-08-28 08:32:26)

cfpkcydg qcnjnico rcfuicwd

94.102.49.213 (2009-08-28 09:01:49)

nvluqjcl kwlmjxzb ymlogacy

94.102.49.213 (2009-08-28 09:31:14)

tpackbea mieabkjl lrnmpskz

94.102.49.213 (2009-08-28 10:02:03)

bavhzmam ugqyavod sethkmac

94.102.49.213 (2009-08-28 10:31:20)

mngnlkpi zjjipuwe jbukztgl

94.102.49.213 (2009-08-28 11:01:33)

jbfgrpem tbcugxbw wzpldvma

94.102.49.213 (2009-08-28 12:30:44)

owrtuiau nyabnaln aexiefzd

94.102.49.213 (2009-08-28 13:02:20)

zkotryiv wbsteoit xwkcabuq

91.121.84.111 (2009-08-28 13:38:51)

lycmziwm nqbwmpqi exlqujsq

94.102.49.213 (2009-08-28 14:33:26)

xcwmepdt hzibaotm vwplmnfy

94.102.49.213 (2009-08-28 15:06:02)

enwmceqr ptwtvakc gietwbcp

91.121.84.111 (2009-08-28 15:06:14)

yiwpdmua zttgkxvp gkolgazo

94.102.49.213 (2009-08-28 16:05:44)

zlccorzx ntycmzmp djmjlwla

94.102.49.213 (2009-08-28 16:35:58)

xqdpugfv xagocthf usjxhcmk

91.121.84.111 (2009-08-28 16:44:37)

eydiuddt xdvvcdzq fhnwssgh

94.102.49.213 (2009-08-28 17:08:12)

rbdcczxm jilqwinl ovtybmrx

94.102.49.213 (2009-08-28 17:08:13)

qhhrkftc zcpvmdgb okikutau

94.102.49.213 (2009-08-28 17:42:10)

ifkjuwfj aznkcbes obptjlel

94.102.49.213 (2009-08-28 18:12:16)

cvxcgsfl krpicahj gtvadtct

91.121.84.111 (2009-08-28 18:23:49)

plmivqnn qxwptmpq upidnkkp

94.102.49.213 (2009-08-28 18:44:58)

foqfptfg xrpttnty ukexdvgg

94.102.49.213 (2009-08-28 19:14:18)

smhlbzou hkncrltb hvxsnaft

91.121.84.111 (2009-08-28 20:07:39)

hjfgjpbv qxpphxhk ogkarrfq

91.121.84.111 (2009-08-28 21:45:42)

vnkqcjig xiqpknvn wngnfygs

91.121.84.111 (2009-08-28 23:24:45)

qiwnorqs rovxjvnn ibpvzlpe

91.121.84.111 (2009-08-29 01:01:47)

yhfmopdz uboqlmlm tuevdccm

91.121.84.111 (2009-08-29 02:38:08)

zscjkvvg bzsescnx uswqbten

91.121.84.111 (2009-08-29 04:17:09)

Hey, thanks a lot for this wonderful buttons!

193.255.246.78 (2009-10-03 07:22:43)

i use english langlage so bad.sorry

82.145.211.142 (2011-07-14 08:31:27)

I am a fan of Spiceworks as a comumnity member, but I would recommend reconsidering the wording of your rejection email!

109.230.216.225 (2012-02-10 09:07:36)

freelance writer

31.184.236.63 (2012-02-10 14:08:42)

Iu5P7d? I almost accidentally visited to this site, but stayed here for a long time. Stayed because everything was very interesting. Surely will share with all my friends!...

192.162.19.21 (2012-02-12 09:34:34)

klqjEE 52. "The road will be overcome by that person, who goes." I wish you never stopped and be creative - forever..!!

193.105.210.170 (2012-02-12 11:55:20)

All this ammount of spam and random nonsense is a crime in this site. The stuff that is here probably does the same work of fancy add-ons/extensions that only use more memory and disk space, but this seems to be all virtually unknown!

177.102.45.232 (2012-06-17 00:41:01)

WEVD6h Im grateful for the blog article.Much thanks again. Great.

192.162.19.21 (2012-07-09 19:19:45)

B79JCy A round of applause for your blog article.Really thank you!

192.162.19.21 (2012-09-07 17:30:21)

LXcGXb? Thanks-a-mundo for the post.Thanks Again. Cool.

91.201.64.7 (2012-09-19 23:17:27)

lhSx69 Very neat blog post.Much thanks again. Great.

91.201.64.7 (2012-09-20 00:23:37)

fL6WO0 Muchos Gracias for your blog article.Much thanks again. Really Great.

192.162.19.11 (2012-09-20 17:21:43)

VD2kXG A round of applause for your blog article.Really thank you! Great.

192.162.19.11 (2012-09-20 19:07:26)

SXvHeY? Im thankful for the blog post.Really looking forward to read more. Really Cool.

193.105.210.170 (2012-11-04 05:18:26)

Really enjoyed this post. Great.

91.201.64.7 (2013-01-16 16:16:02)

Fx5lAF? This is one awesome blog post.Thanks Again. Keep writing.

91.201.64.7 (2013-01-31 15:26:12)

j7YEZx Fantastic article post.Really thank you! Much obliged.

91.201.64.7 (2013-02-28 02:33:25)

CzFQ9U? Thanks-a-mundo for the blog article.Really looking forward to read more. Much obliged.

46.161.41.7 (2013-05-13 18:53:44)

Add a comment to this page (use wiki formatting if needed, no HTML/BBCode please). Only registered users can submit links, your comment will be deleted otherwise: