Skip to content

Instantly share code, notes, and snippets.

@littlepea
Last active December 16, 2015 01:09
Show Gist options
  • Save littlepea/5353070 to your computer and use it in GitHub Desktop.
Save littlepea/5353070 to your computer and use it in GitHub Desktop.
Paymo Timer bookmarklet
<p>Drag this bookmarklet to your bookmarks bar to install:</p>
<a href="javascript:(function start_client(){newwnd=window.open("https://app.paymo.biz/timetracker/client.html","client","height=490,width=340,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");if(!newwnd){alert("Turn off popup blocker to access this feature")}return false})();">Paymo Timer</a>
<p>Then each time you click it a popup window will open with your timer, no need to go to Paymo website first!</p>
function start_client(){newwnd=window.open("https://app.paymo.biz/timetracker/client.html","client","height=490,width=340,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes");if(!newwnd){alert("Turn off popup blocker to access this feature")}return false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment