Skip to content
cavneb edited this page Sep 13, 2010 · 2 revisions

Welcome to the log-search-server wiki!

To create a bookmarklet that will rename the header within the app, paste the following into the link of your browser’s bookmark:

javascript:(function() { var newTitle = prompt("App Name", "Clarity"); $('#header > h1 > a').text(newTitle); })()

Clone this wiki locally