Skip to content

Instantly share code, notes, and snippets.

@haykuro
Created February 4, 2015 15:40
Show Gist options
  • Save haykuro/11718ec46faac8f48367 to your computer and use it in GitHub Desktop.
Save haykuro/11718ec46faac8f48367 to your computer and use it in GitHub Desktop.
A JS bookmark that closes all tabs from the Appcelerator.com Docs page
/**
* Add as a bookmark.
* Open all the tabs you want, and click the bookmark to close them!
*/
javascript:if(document.domain==='docs.appcelerator.com'){var closes=document.getElementsByClassName('close');if(closes.length>0)for(i in closes)if(!isNaN(parseInt(i)))closes[i].click();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment