Skip to content

Instantly share code, notes, and snippets.

@juzna
Created August 3, 2012 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juzna/3248720 to your computer and use it in GitHub Desktop.
Save juzna/3248720 to your computer and use it in GitHub Desktop.
Bookmarklets
<h1>Bookmarklets</h1>
<p>Usefull bookmarklets. Drag & drop them to your bookmark bar and then use whenever needed</p>
<ul>
<li><a href="javascript:var s = document.createElement('script'); s.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'; document.body.appendChild(s)">Add jQuery</a> - adds jQuery to current page
<li><a href="javascript:$.post("http://ladenka.juzna.cz/record/add?message="+$("#netteBluescreenError p")[0].firstChild.nodeValue.trim(),{content:document.getElementById("netteBluescreen").innerHTML},function(a){if(a&&a.link){window.open(a.link)}else{alert("Uploaded failed")}})">Share BlueScreen</a> - share Nette BlueScreen to the cloud (https://github.com/nette/nette/pull/717)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment