All pastes #1988248 Raw Edit

Printly Source Code

public text v1 · immutable
#1988248 ·published 2010-11-11 17:09 UTC
rendered paste body
<!--Begin--> Author: Christian Salas <!-->
<html> 
<head> 
<script> 
  chrome.browserAction.onClicked.addListener(function(tab) {
    var action_url = "javascript:window.print();";
    chrome.tabs.update(tab.id, {url: action_url});
  });
</script> 
</head> 
</html>