Skip to content

Instantly share code, notes, and snippets.

@scy
Created April 27, 2011 10:31
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 scy/944031 to your computer and use it in GitHub Desktop.
Save scy/944031 to your computer and use it in GitHub Desktop.
Automatically close netzpolitik.org tabs with Linus Neumann posts
" Add this to your .pentadactylrc:
autocmd -js DOMLoad netzpolitik.org if (doc.querySelectorAll('body.single-post .entry-meta a[href="http://www.netzpolitik.org/author/linus/"]').length) { content.window.close(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment