-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent-script.js
More file actions
845 lines (752 loc) · 26.2 KB
/
Copy pathcontent-script.js
File metadata and controls
845 lines (752 loc) · 26.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
/**
* Project: BD Job Autofill
* Module: Content Script
* Purpose: Detects form fields on the active page and fills them using the
* supplied profile data when triggered by the popup. Consults
* teletalk-mapping.js for exact name/id matches on Teletalk-style
* hostnames before falling back to generic label-text matching.
* Author: Lead Engineer
* Version: 1.7.0
* Dependencies: teletalk-mapping.js
* Last Updated: 2026-07-07
*/
/**
* Maps profile field keys to arrays of matching patterns tested against
* input name, id, placeholder, and associated label text (all lowercased).
*/
const FIELD_PATTERNS = {
fullName: ['full name', 'fullname', 'name', 'applicant name', 'candidate name'],
nameBn: ['name_bn', 'বাংলায়', 'bangla'],
fatherName: ["father's name", 'father name', 'fathername'],
fatherBn: ['father_bn', 'পিতার নাম'],
motherName: ["mother's name", 'mother name', 'mothername'],
motherBn: ['mother_bn', 'মাতার নাম'],
dateOfBirth: ['date of birth', 'dob', 'birth date', 'birthdate'],
gender: ['gender', 'sex'],
nid: ['nid', 'national id', 'national identity'],
mobile: ['mobile', 'phone', 'contact number', 'cell'],
email: ['email', 'e-mail'],
presentAddress: ['present address', 'current address', 'mailing address'],
permanentAddress: ['permanent address'],
district: ['district', 'zilla'],
postOffice: ['post office', 'post-office'],
postCode: ['post code', 'postcode', 'zip'],
fatherOccupation: ["father's occupation", 'father occupation'],
religion: ['religion'],
nationality: ['nationality'],
maritalStatus: ['marital status'],
bloodGroup: ['blood group'],
quota: ['quota'],
depStatus: ['departmental', 'candidate status', 'dep status', 'ds'],
ssc: ['ssc', 'secondary school certificate'],
hsc: ['hsc', 'higher secondary certificate'],
bachelor: ['bachelor', 'graduation', 'honours'],
master: ['master', 'masters', 'post-graduation'],
postCodeArea: ['thana', 'upazila'],
experienceComputer: ['word processing', 'email', 'fax machine', 'computer efficiency', 'experience in computer'],
experienceSatlipi: ['satlipi', 'typing speed', 'words per minute', 'wpm']
};
/**
* Normalizes a string for pattern matching: lowercase, trimmed, collapsed spaces,
* and removes punctuation like dots, dashes, etc. for fuzzy matching.
* @param {string} value
* @returns {string}
*/
function normalize(value) {
return (value || '')
.toLowerCase()
.replace(/[\s\.\-_,()']/g, ' ')
.replace(/\s+/g, ' ')
.trim();
}
/**
* Builds a searchable text blob describing a form element (name, id,
* placeholder, aria-label, and any associated <label> text).
* @param {HTMLElement} element
* @returns {string}
*/
function describeElement(element) {
const parts = [
element.getAttribute('name'),
element.getAttribute('id'),
element.getAttribute('placeholder'),
element.getAttribute('aria-label')
];
if (element.id) {
const label = document.querySelector(`label[for="${CSS.escape(element.id)}"]`);
if (label) {
parts.push(label.textContent);
}
}
const parentLabel = element.closest('label');
if (parentLabel) {
parts.push(parentLabel.textContent);
}
return normalize(parts.filter(Boolean).join(' '));
}
/**
* Finds the profile field key that best matches a form element's description.
* @param {string} description
* @returns {string|null}
*/
function matchFieldKey(description) {
for (const [fieldKey, patterns] of Object.entries(FIELD_PATTERNS)) {
for (const pattern of patterns) {
if (description.includes(pattern)) {
return fieldKey;
}
}
}
return null;
}
/**
* Sets a value on a text-like input/textarea and dispatches events so
* frameworks (React/Vue/vanilla listeners) observe the change.
* @param {HTMLInputElement|HTMLTextAreaElement} element
* @param {string} value
*/
function setTextValue(element, value) {
const prototype = Object.getPrototypeOf(element);
const descriptor = Object.getOwnPropertyDescriptor(prototype, 'value');
if (descriptor && descriptor.set) {
descriptor.set.call(element, value);
} else {
element.value = value;
}
element.dispatchEvent(new Event('input', { bubbles: true }));
element.dispatchEvent(new Event('change', { bubbles: true }));
}
/**
* Selects a matching <option> in a <select> element by visible text or value.
* Uses fuzzy matching to handle variations like "S.S.C" vs "SSC".
* @param {HTMLSelectElement} element
* @param {string} value
* @returns {boolean} whether a match was applied
*/
function setSelectValue(element, value) {
const target = normalize(value);
for (const option of element.options) {
if (target === normalize(option.textContent) || target === normalize(option.value)) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
for (const option of element.options) {
const optText = normalize(option.textContent);
if (optText.includes(target) && target.length > 0) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Checks a radio button whose value or label matches the given value.
* @param {string} name
* @param {string} value
* @returns {boolean} whether a match was applied
*/
function setRadioValue(name, value) {
const target = normalize(value);
const radios = document.querySelectorAll(`input[type="radio"][name="${CSS.escape(name)}"]`);
for (const radio of radios) {
const description = describeElement(radio);
if (description.includes(target) || normalize(radio.value) === target) {
radio.checked = true;
radio.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Resolves a profile field key for a form element: tries the Teletalk exact
* name/id map first (when the active hostname qualifies), then falls back
* to generic label-text matching so unmapped/new fields are still attempted.
* @param {HTMLElement} element
* @returns {string|null}
*/
function resolveFieldKey(element) {
if (typeof isTeletalkHostname === 'function' && isTeletalkHostname(window.location.hostname)) {
const exactKey = resolveTeletalkFieldKey(element.getAttribute('name'), element.getAttribute('id'));
if (exactKey) {
return exactKey;
}
}
return matchFieldKey(describeElement(element));
}
/**
* Special handling for specific form fields that need extra logic.
* @param {HTMLElement} element
* @param {object} profileData
* @returns {boolean} whether the field was handled and filled
*/
function handleSpecialFields(element, profileData) {
const name = element.getAttribute('name');
const id = element.getAttribute('id');
if (name === 'nid' || id === 'nid') {
const hasNid = profileData.nidNo && profileData.nidNo.trim() !== '';
const valueToSet = hasNid ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'breg' || id === 'breg') {
const hasBreg = profileData.birthRegNo && profileData.birthRegNo.trim() !== '';
const valueToSet = hasBreg ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'passport' || id === 'passport') {
const hasPassport = profileData.passportNo && profileData.passportNo.trim() !== '';
const valueToSet = hasPassport ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'same_as_present' || id === 'same_as_present') {
if (profileData.sameAsPresent) {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'if_applicable_gra' || id === 'if_applicable_gra') {
if (profileData.bachelor && profileData.bachelor.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'if_applicable_mas' || id === 'if_applicable_mas') {
if (profileData.master && profileData.master.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
if (name === 'agree' || id === 'agree') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
return false;
}
/**
* Fills all matchable form fields on the page using the given profile.
* @param {Record<string, string>} profileData
* @returns {number} count of fields successfully filled
*/
function fillForm(profileData) {
let filledCount = 0;
const seenRadioNames = new Set();
const formElements = document.querySelectorAll('input, select, textarea');
for (const element of formElements) {
const type = (element.getAttribute('type') || '').toLowerCase();
if (type === 'hidden' || type === 'submit' || type === 'button' || type === 'file' || element.disabled) {
continue;
}
if (handleSpecialFields(element, profileData)) {
filledCount++;
continue;
}
if (type === 'radio') {
const name = element.getAttribute('name');
if (!name || seenRadioNames.has(name)) {
continue;
}
const fieldKey = resolveFieldKey(element) || matchFieldKey(name.toLowerCase());
const profileValue = fieldKey ? profileData[fieldKey] : undefined;
if (profileValue && setRadioValue(name, profileValue)) {
filledCount += 1;
seenRadioNames.add(name);
}
continue;
}
if (type === 'checkbox') {
continue;
}
const fieldKey = resolveFieldKey(element);
if (!fieldKey) {
continue;
}
const profileValue = profileData[fieldKey];
if (profileValue === undefined || profileValue === null || profileValue === '') {
continue;
}
if (element.tagName === 'SELECT') {
if (setSelectValue(element, profileValue)) {
filledCount += 1;
}
continue;
}
if (element.tagName === 'INPUT' || element.tagName === 'TEXTAREA') {
setTextValue(element, profileValue);
filledCount += 1;
}
}
return filledCount;
}
// Handle PING (readiness check) and AUTOFILL_PAGE messages from the popup.
chrome.runtime.onMessage.addListener((message, _sender, sendResponse) => {
if (message && message.type === 'PING') {
sendResponse({ ok: true });
return true;
}
if (!message || message.type !== 'AUTOFILL_PAGE') {
return false;
}
try {
const filledCount = fillForm(message.payload || {});
sendResponse({ ok: true, data: { filledCount } });
} catch (error) {
sendResponse({ ok: false, error: error.message });
}
return false;
});
const descriptor = Object.getOwnPropertyDescriptor(prototype, 'value');
if (descriptor && descriptor.set) {
descriptor.set.call(element, value);
} else {
element.value = value;
}
element.dispatchEvent(new Event('input', { bubbles: true }));
element.dispatchEvent(new Event('change', { bubbles: true }));
}
/**
* Selects a matching <option> in a <select> element by visible text or value.
* Uses fuzzy matching to handle variations like "S.S.C" vs "SSC".
*/
function setSelectValue(element, value) {
const target = normalize(value);
for (const option of element.options) {
if (target === normalize(option.textContent) || target === normalize(option.value)) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Fallback: contains match
for (const option of element.options) {
const optText = normalize(option.textContent);
if (optText.includes(target) && target.length > 0) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Checks a radio button whose value or label matches the given value.
*/
function setRadioValue(name, value) {
const target = normalize(value);
const radios = document.querySelectorAll(`input[type="radio"][name="${CSS.escape(name)}"]`);
for (const radio of radios) {
const description = describeElement(radio);
if (description.includes(target) || normalize(radio.value) === target) {
radio.checked = true;
radio.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Resolves a profile field key for a form element: tries the Teletalk exact
* name/id map first (when the active hostname qualifies), then falls back
* to generic label-text matching.
*/
function resolveFieldKey(element) {
if (typeof isTeletalkHostname === 'function' && isTeletalkHostname(window.location.hostname)) {
const exactKey = resolveTeletalkFieldKey(element.getAttribute('name'), element.getAttribute('id'));
if (exactKey) {
return exactKey;
}
}
return matchFieldKey(describeElement(element));
}
/**
* Special handling for specific form fields that need extra logic.
*/
function handleSpecialFields(element, profileData) {
const name = element.getAttribute('name');
const id = element.getAttribute('id');
// NID select: set to "Yes" if nidNo exists, else "No"
if (name === 'nid' || id === 'nid') {
const hasNid = profileData.nidNo && profileData.nidNo.trim() !== '';
const valueToSet = hasNid ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Birth Registration select: set to "No" if no birthRegNo (always "No" in sample)
if (name === 'breg' || id === 'breg') {
const hasBreg = profileData.birthRegNo && profileData.birthRegNo.trim() !== '';
const valueToSet = hasBreg ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Passport select: set to "No" if no passportNo
if (name === 'passport' || id === 'passport') {
const hasPassport = profileData.passportNo && profileData.passportNo.trim() !== '';
const valueToSet = hasPassport ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "Same as present address" checkbox
if (name === 'same_as_present' || id === 'same_as_present') {
if (profileData.sameAsPresent) {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "If Applicable" checkbox for Graduation
if (name === 'if_applicable_gra' || id === 'if_applicable_gra') {
if (profileData.bachelor && profileData.bachelor.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "If Applicable" checkbox for Masters
if (name === 'if_applicable_mas' || id === 'if_applicable_mas') {
if (profileData.master && profileData.master.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "I declare" checkbox (agree)
if (name === 'agree' || id === 'agree') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
return false;
}
/**
* Fills all matchable form fields on the page using the given profile.
*/
function fillForm(profileData) {
let filledCount = 0;
const seenRadioNames = new Set();
const formElements = document.querySelectorAll('input, select, textarea');
for (const element of formElements) {
const type = (element.getAttribute('type') || '').toLowerCase();
if (type === 'hidden' || type === 'submit' || type === 'button' || type === 'file' || element.disabled) {
continue;
}
// Special handling for specific fields
if (handleSpecialFields(element, profileData)) {
filledCount++;
continue;
}
if (type === 'radio') {
const name = element.getAttribute('name');
if (!name || seenRadioNames.has(name)) {
continue;
}
const fieldKey = resolveFieldKey(element) || matchFieldKey(name.toLowerCase());
const profileValue = fieldKey ? profileData[fieldKey] : undefined;
if (profileValue && setRadioValue(name, profileValue)) {
filledCount += 1;
seenRadioNames.add(name);
}
continue;
}
if (type === 'checkbox') {
// Skip other checkboxes (handled above)
continue;
}
const fieldKey = resolveFieldKey(element);
if (!fieldKey) {
continue;
}
const profileValue = profileData[fieldKey];
if (profileValue === undefined || profileValue === null || profileValue === '') {
continue;
}
if (element.tagName === 'SELECT') {
if (setSelectValue(element, profileValue)) {
filledCount += 1;
}
continue;
}
if (element.tagName === 'INPUT' || element.tagName === 'TEXTAREA') {
setTextValue(element, profileValue);
filledCount += 1;
}
}
return filledCount;
}
// Handle ping to check if content script is ready
chrome.runtime.onMessage.addListener((message, _sender, sendResponse) => {
if (message && message.type === 'PING') {
sendResponse({ ok: true });
return true;
}
if (!message || message.type !== 'AUTOFILL_PAGE') {
return false;
}
try {
const filledCount = fillForm(message.payload || {});
sendResponse({ ok: true, data: { filledCount } });
} catch (error) {
sendResponse({ ok: false, error: error.message });
}
return false;
});}
/**
* Sets a value on a text-like input/textarea and dispatches events so
* frameworks (React/Vue/vanilla listeners) observe the change.
* @param {HTMLInputElement|HTMLTextAreaElement} element
* @param {string} value
*/
function setTextValue(element, value) {
const prototype = Object.getPrototypeOf(element);
const descriptor = Object.getOwnPropertyDescriptor(prototype, 'value');
if (descriptor && descriptor.set) {
descriptor.set.call(element, value);
} else {
element.value = value;
}
element.dispatchEvent(new Event('input', { bubbles: true }));
element.dispatchEvent(new Event('change', { bubbles: true }));
}
/**
* Selects a matching <option> in a <select> element by visible text or value.
* Uses fuzzy matching: removes dots, spaces, etc., and compares.
* @param {HTMLSelectElement} element
* @param {string} value
* @returns {boolean} whether a match was applied
*/
function setSelectValue(element, value) {
const target = normalize(value);
for (const option of element.options) {
if (target === normalize(option.textContent) || target === normalize(option.value)) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Fallback: contains match
for (const option of element.options) {
const optText = normalize(option.textContent);
if (optText.includes(target) && target.length > 0) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Checks a radio button whose value or label matches the given value.
* @param {string} name
* @param {string} value
* @returns {boolean} whether a match was applied
*/
function setRadioValue(name, value) {
const target = normalize(value);
const radios = document.querySelectorAll(`input[type="radio"][name="${CSS.escape(name)}"]`);
for (const radio of radios) {
const description = describeElement(radio);
if (description.includes(target) || normalize(radio.value) === target) {
radio.checked = true;
radio.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
return false;
}
/**
* Resolves a profile field key for a form element: tries the Teletalk exact
* name/id map first (when the active hostname qualifies), then falls back
* to generic label-text matching so unmapped/new fields are still attempted.
* @param {HTMLElement} element
* @returns {string|null}
*/
function resolveFieldKey(element) {
if (typeof isTeletalkHostname === 'function' && isTeletalkHostname(window.location.hostname)) {
const exactKey = resolveTeletalkFieldKey(element.getAttribute('name'), element.getAttribute('id'));
if (exactKey) {
return exactKey;
}
}
return matchFieldKey(describeElement(element));
}
/**
* Special handling for specific form fields that need extra logic.
* @param {HTMLElement} element
* @param {object} profileData
* @returns {boolean} whether the field was handled and filled
*/
function handleSpecialFields(element, profileData) {
const name = element.getAttribute('name');
const id = element.getAttribute('id');
// NID select: set to "Yes" if nidNo exists, else "No"
if (name === 'nid' || id === 'nid') {
const hasNid = profileData.nidNo && profileData.nidNo.trim() !== '';
const valueToSet = hasNid ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Birth Registration select: set to "No" if no birthRegNo (always "No" in sample)
if (name === 'breg' || id === 'breg') {
const hasBreg = profileData.birthRegNo && profileData.birthRegNo.trim() !== '';
const valueToSet = hasBreg ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// Passport select: set to "No" if no passportNo
if (name === 'passport' || id === 'passport') {
const hasPassport = profileData.passportNo && profileData.passportNo.trim() !== '';
const valueToSet = hasPassport ? '1' : '0';
const option = Array.from(element.options).find(opt => opt.value === valueToSet);
if (option) {
element.value = option.value;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "Same as present address" checkbox
if (name === 'same_as_present' || id === 'same_as_present') {
if (profileData.sameAsPresent) {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "If Applicable" checkbox for Graduation
if (name === 'if_applicable_gra' || id === 'if_applicable_gra') {
if (profileData.bachelor && profileData.bachelor.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "If Applicable" checkbox for Masters
if (name === 'if_applicable_mas' || id === 'if_applicable_mas') {
if (profileData.master && profileData.master.trim() !== '') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
}
// "I declare" checkbox (agree)
if (name === 'agree' || id === 'agree') {
element.checked = true;
element.dispatchEvent(new Event('change', { bubbles: true }));
return true;
}
return false;
}
/**
* Fills all matchable form fields on the page using the given profile.
* @param {Record<string, string>} profileData
* @returns {number} count of fields successfully filled
*/
function fillForm(profileData) {
let filledCount = 0;
const seenRadioNames = new Set();
const formElements = document.querySelectorAll('input, select, textarea');
for (const element of formElements) {
const type = (element.getAttribute('type') || '').toLowerCase();
if (type === 'hidden' || type === 'submit' || type === 'button' || type === 'file' || element.disabled) {
continue;
}
// Special handling for specific fields
if (handleSpecialFields(element, profileData)) {
filledCount++;
continue;
}
if (type === 'radio') {
const name = element.getAttribute('name');
if (!name || seenRadioNames.has(name)) {
continue;
}
const fieldKey = resolveFieldKey(element) || matchFieldKey(name.toLowerCase());
const profileValue = fieldKey ? profileData[fieldKey] : undefined;
if (profileValue && setRadioValue(name, profileValue)) {
filledCount += 1;
seenRadioNames.add(name);
}
continue;
}
if (type === 'checkbox') {
// Skip other checkboxes (handled above)
continue;
}
const fieldKey = resolveFieldKey(element);
if (!fieldKey) {
continue;
}
const profileValue = profileData[fieldKey];
if (profileValue === undefined || profileValue === null || profileValue === '') {
continue;
}
if (element.tagName === 'SELECT') {
if (setSelectValue(element, profileValue)) {
filledCount += 1;
}
continue;
}
if (element.tagName === 'INPUT' || element.tagName === 'TEXTAREA') {
// For text inputs, we set the value
setTextValue(element, profileValue);
filledCount += 1;
}
}
return filledCount;
}
// Handle ping to check if content script is ready
chrome.runtime.onMessage.addListener((message, _sender, sendResponse) => {
if (message && message.type === 'PING') {
sendResponse({ ok: true });
return true;
}
if (!message || message.type !== 'AUTOFILL_PAGE') {
return false;
}
try {
const filledCount = fillForm(message.payload || {});
sendResponse({ ok: true, data: { filledCount } });
} catch (error) {
sendResponse({ ok: false, error: error.message });
}
return false;
});