How to fiddle on any web page

Fifth Attempt

As you see, even if yepnope seems to use some unorthodox method, we get exactly what we were looking for: ordered execution. And the error is definitely gone !

Now, let’s get rid of the noise. I’m only interested in browsing the thesaurus, so all other stuff around it is just noise to me.

My fifth attempt (open in jsFiddle):

{[ .disco-attempt5 | 1.hilite(=javascript=) ]}

produced this result:

Screen Shot 2014-06-05 at 10.55.57

No errors in the console. No useless decoration. All done. You can even expand children and it just work!

Oops, no. Too soon.

Screen Shot 2014-06-05 at 10.58.14

2 Replies to “How to fiddle on any web page”

  1. Well, all of the above is true and should work not only in jsFiddle but also in any other Online JavaScript IDE [1]. But if you have Google Chrome, forget about all those tricks and use its Custom JavaScript Snippets [2] feature instead. It just works. It’s like having the power you get when developing extensions right from the console.

    1: http://en.wikipedia.org/wiki/Online_JavaScript_IDE
    2: https://developer.chrome.com/devtools/docs/authoring-development-workflow#snippets

Leave a 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.