Bookmarklet Combiner

I love bookmarklets. Over time, I have accumulated a sizable collection of bookmarklets ranging from development tools (yay for ReCSS!) to great little utilities like Readability. Chances are that some of you have, too.

I also like to keep my browser window trim and slim, and a crowded bookmark bar is definitely not conducive to that. Therefore, I have created a web app that lets you combine multiple bookmarklets into one. The combined bookmarklet can be configured either to display a pop-up menu of the input bookmarklets, or to automatically run them all.

Behold, the Bookmarklet Combiner:

Bookmarklet Combiner screenshot

And below is the combined bookmarklet that I was working on when I took this screenshot. Note that it may not work properly in IE.

Dev Tools

Usage Instructions

Here’s how to create your own combined bookmarklet :

  1. Enter the bookmarklets that you want to combine.
    1. Open the homepage of the bookmarklet that you want to add to the combination.
    2. Right-click on the bookmarklet and select “Copy link address” (or the equivalent) from the pop-up menu.
    3. Paste the copied URL in the combiner’s “URL” box.
    4. Enter the bookmarklet name in the corresponding “Title” box.
    5. Repeat steps 1. – 4. for all other bookmarklets.
  2. Select the combination type.
  3. Enter the name to use for the combined bookmarklet.
  4. Drag the combined bookmarklet from the “Result”  box to your bookmark bar.

The bookmarklet in the “Result” box is updated automatically whenever you modify the inputs. You don’t need to click or press anything to start the combination process.

Tip : You can also enter a standard HTTP URL in the “URL” box. If the combined bookmarklet is set to display a menu, the corresponding menu entry will be a simple link. If it’s set to “Run all”, the combined bookmarklet will attempt to open each URL in a new window/tab. However, this only works in browsers that don’t block pop-ups created by bookmarklets.

Disclaimer : The Bookmarklet Combiner does not work properly in Internet Explorer. Also, permanently saving bookmarklets on the server is not yet possible.

Related posts :

26 Responses to “Bookmarklet Combiner”

  1. jaiganesh says:

    i like this to view always

  2. [...] В прошлой заметке я писала о преимуществах использования букмарклетов и поделилась теми из них, которыми я пользуюсь. Сейчас хочу рассказать, как не “замусорить” свою панель закладок обилием букмарклетов. Если у вас скопилось больше 5 букмарклетов, они могут занимать место на панели инструментов. Тогда проще сгруппировать их все в одну папку или же воспользоваться Bookmaklet Combiner. [...]

  3. [...] В прошлой заметке я писала о преимуществах использования букмарклетов и поделилась теми из них, которыми я пользуюсь. Сейчас хочу рассказать, как не “замусорить” свою панель закладок обилием букмарклетов. Если у вас скопилось больше 5 букмарклетов, они могут занимать место на панели инструментов. Тогда проще сгруппировать их все в одну папку или же воспользоваться Bookmaklet Combiner. [...]

  4. Vijayakumar says:

    make the list editable from the drop down list itself instead of creating fresh list every time.

  5. Jānis Elsts says:

    Hint: You can use the “Save” button to save and later edit the list.

    Yep, it’s not as convenient as built-in editing, but I don’t have time to implement your suggestion right now.

Leave a Reply