Stigmatoz / web-activity-time-tracker

Chrome Extension that tracks and limits time you spent on sites
https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm
MIT License
733 stars 115 forks source link

Editing time limits not working #85

Closed TNTRedstone closed 1 year ago

TNTRedstone commented 1 year ago

When I try to edit a time limit it does nothing and returns this error in the console: "Uncaught TypeError: Cannot read properties of undefined (reading '1') at actionEditSite (settings.js:472:31) at HTMLImageElement. (settings.js:413:9)"

Pr3dat0rGam1ng commented 1 year ago

Its giving me the same error

nilshah98 commented 1 year ago

I have forked this repo, and added this fix. You can find the PR for the same at https://github.com/Stigmatoz/web-activity-time-tracker/pull/88

You can check this for how to use an unpacked chrome extension.