get paid to paste

bookmarklet extension

<html>
<head>
<script>
  // Called when the user clicks on the browser action.
  chrome.browserAction.onClicked.addListener(function(tab) {
    var action_url = "javascript:void((function(){var%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('src','http://friendfeed.com/share/bookmarklet/javascript');document.body.appendChild(e)})())";
    chrome.tabs.update(tab.id, {url: action_url});
  });
</script>
</head>
</html>

Pasted: Mar 1, 2010, 9:11:05 am
Views: 64