Skip to content

GorenDaniel/meckano-autofill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meckano Autofill

Automatically fill all your missing non-rest days on Meckano with 9:00-18:00.

Bookmarklet

  1. Drag this link to your bookmarks bar:

Meckano Autofill

  1. Go to your Meckano monthly report page
  2. Click the bookmark and observe the magic

Manual Bookmarklet

You can also just create a bookmark manually with this content:

javascript:(function()%7Bfunction%20callback()%7BfillMonth()%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fgorendaniel.github.io%2Fmeckano-autofill%2Findex.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()

Demo

Screen.Recording.2022-07-02.at.16.21.47.mp4

About

Meckano Autofill

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.4%
  • JavaScript 37.6%