rootCircle / docFiller

Automated Google Docs Filling Web Extension written in JS
GNU General Public License v3.0
10 stars 14 forks source link

Written autofill Google Form functions to accurately identify correct fields #2

Closed Gyan-17 closed 1 year ago

Gyan-17 commented 1 year ago

This commit,I constructed functions in the project to select Google Form fields. The functions isDuration(element), isDateWithoutYear(element), isDateWithoutYearWithTime(element), and isTimeWithAmPm(element) have been written to improve readability and ensure the correct field types are considered for autofilling.

Changes: - Updated function isDuration(element):

- Updated function isDateWithoutYear(element):

- Updated function isDateWithoutYearWithTime(element):

- Updated function isTimeWithAmPm(element):

Please review and merge these changes :)

rootCircle commented 1 year ago

Marked as duplicate of #3, I think it was hidden from the PR section, due to some server side issues.

Closing this for now!