Closed Felicis closed 1 year ago
Thanks for the contribution! Unfortunately those selectors didn't work for events duplicated outside the current month. I updated the selectors in https://github.com/fabiosangregorio/google-calendar-quick-duplicate/pull/24.
Description
As reported in #22 the extension has mostly stopped working in google-chrome and chromium. More precisely, the shortcut (alt+click) and the event popup "duplicate" button do not work at all. This is because class selectors in the google calendar webpage have changed, which makes the extension app.js crash at line 128 (found in console).
Updating the
MINI_CALENDAR_DAY_SELECTOR
andMINI_CALENDAR_CURRENT_DAY_SELECTOR
to new class strings found in the website code resolves the problems.References
Testing
Tested in Chromium
112.0.5615.49
and Chrome114.0.5735.198
alt+click => correctly duplicates event
duplicate button in event popup => correctly duplicates event
(optional: check console for no error messages for this exception)