Created
April 27, 2011 10:31
-
-
Save scy/944031 to your computer and use it in GitHub Desktop.
Automatically close netzpolitik.org tabs with Linus Neumann posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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