Buttonator 0.9.28 - Opera button generator reloaded
Wednesday, May 23, 2012 11:52:11 AM
With the buttonator you can build normal Opera buttons that contain the built in button actions - but that's not all:
You can insert bookmarklets or normal formatted JavaScript as first parameter. The buttonator will strip all superfluous whitespace while preserving literal strings and escape nested quotes like
" 'foo' " or ' "foo" '
and problematic characters in a way that it doesn't break the button code.
You can click on the '>>' to view and select one of the available icons.
The buttonator builds the code as soon as you put the focus outside the input fields or switch to another field. You get 4 versions of the button code:
- Direct install code. Just click on the preview or drag and drop it to the toolbar of your liking, done.
- BB Code to set links in the most common forums (like the my.opera forums too)
- Normal Link code <a href etc. for normal webpages.
- A buttonator link if you want to provide the option to edit the button
You can either use the button generator from my private website online or you can save the HTML file and use it locally. Everything is contained in a single HTML file.







Mağruf ÇolakoğluZAHEK # Wednesday, May 23, 2012 12:19:04 PM
DayderDay # Thursday, May 24, 2012 5:21:27 AM
Idea for a further "version": another line to paste code from an existing button to create the code to paste in a forum/buddy (so far I have to rebuild the button). You would be the first in the internet, who had this feature
QuHno # Saturday, May 26, 2012 7:26:10 AM
I would like to but when I changed the action list to the new list several of the Actions that started with upper case letters at every word partially start with lower case. Not my fault that changed inside of the Opera.dll.
The Actions parser inside Opera doesn't care but JavaScript does. I have no clue how I can adapt that without rewriting the whole building algorithm of the buttonator. So don't hold your breadth, it might take a while until I find a viable solution for that.
QuHno # Saturday, May 26, 2012 11:30:04 PM
I have solved the upper case lower case issue, that was easy because Operas action parser really doesn't seem to careabout it, but there is still the small problem, that the buttonator allow JS as parameter and JS indeed is case sensitive...
I could solve most of the problems, but there is still a %20 and %22 problem ....