Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created December 14, 2010 20:25
Show Gist options
  • Select an option

  • Save btbytes/741036 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/741036 to your computer and use it in GitHub Desktop.
CloseThatHN
window.open('', '_self', ''); //bug fix
window.close();
{ "name": "CloseThatHN"
, "version": "1.0"
, "description": "Closes those darned HackerNews pages"
, "content_scripts": [{ "matches": ["http://news.ycombinator.com/*"]
, "js": [ "content_page.js" ]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment