GM_BRAMUS.in.spire.us

GM_BRAMUSFor all you GreaseMonkey lovers out there: the BRAMUS.in.spire.us bookmarklet has been morphed into a GM script too, as per request. Head over to http://userscripts.org/scripts/show/8020 to install it or continue reading to see a screenshot.

GM_BRAMUS.in.spire.us

Once again a huge thank you to artviper.net for offering such an extremely nice and robust service!

B!

Published by Bramus!

Bramus is a frontend web developer from Belgium, working as a Chrome Developer Relations Engineer at Google. From the moment he discovered view-source at the age of 14 (way back in 1997), he fell in love with the web and has been tinkering with it ever since (more …)

Join the Conversation

6 Comments

  1. Hey Bram,

    the script works, but for me only the first few screenshots on the page showed up…

    I guess this could have to do something with the fact that you iterate over all links and request a thumbnail, regardless whether the thumb is going to display or not.

    A version friendlier for the server would be to request the thumb _only_ on mouseover. This can be achieved by changing one line in your script:

    function init() {
    var tags = document.getElementsByTagName(‘h4’);
    for (i = 0; i

  2. Hmm, let’s retry, this needs to be changed in your init function:

    //add_thumbnail(tags[i].childNodes[0]); tags[i].addEventListener(‘mouseover’, add_thumbnail, true);

  3. Pascal,

    the version posted actually is a “Quick and Dirty” hack on the first script you posted 😉 Saw it showed some screenshots, so found it working.

    Will update the script tonight as you suggested.

    B!

  4. Pascal,

    I have fiddled around a bit more with the GM script, yet there’s more “just” adding the eventlistener to make it all work. Can’t find a real 100% watertight fix right away so leaving this one “as is” until dugg up somewhere in the future …

Leave a comment

Leave a Reply to Pascal Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.