Bookmarklet to autofill a website.
- Open https://kosukemori.github.io/k-autofill/.
- From the page, drag and drop one of links to your bookmarks bar.
- Open a current timesheet page
- Click the bookmark, and wait until a popup is appeared.
- Login.
- Click the bookmark.
This bookmarklet is MIT license. I am not responsible for any loss, damages, troubles when you use this bookmarklet.
- Please update your browser for latest version.
- Columns are setted as '9:00-12:00', '13:00-18:00, 'Regular'.
- This bookmarklert don't deal with overtime and PTO.
- Please forget about Internet Explorer.
brew install nodebrew
nodebrew install v6.9.1
nodebrew use v6.9.1Fork, clone and checkout your repo
cd k-autofill
npm installEdit src/*.js (main.js: Autofill, current-timesheet.js: Jump to a current timesheet)
Build: npm run build (index.html is automatically generated, so please check it as like as https://'username'.github.io/k-autofill/)
- npm: 3.10.8
- node: v6.9.1
- Clean command:
npm run clean - Check Code command:
npm run lint - Watch command:
npm run watch - You can use async and await because babel translate it to ES6 code.