Fake Filler 3.1.0 (?) fails in Chrome
See original GitHub issueI’m pretty confused as to how that code landed in the Chrome extension, as this repo indicates the current master version is 3.0.0, but it tries to access the Service worker. I cannot find the mentioned code in this repo either.
DOMException: Failed to read the 'ready' property from 'ServiceWorkerContainer': 'ready' is only supported in pages.
Is this is legitimate? If so, what should this do? This cannot ever properly execute as the code is not run inside a page. There is also some code related to a Firebase Database too, which doesn’t seem necessary. Seems quite fishy to me, would love if you can provide answers to this situation, thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
Fake Filler - The best form filler for testing forms
Fake Filler is an essential form filler extension for developers and testers to fill all inputs on a page with dummy data.
Read more >Download Fake Filler 3.1.0 CRX File for Chrome (Old Version)
You are about to download the Fake Filler 3.1.0 crx file for Chrome based browsers: A form filler that fills all inputs on...
Read more >Release Notes for Cisco Identity Services Engine, Release 3.1
Posture Script Remediation. You can create and upload posture remediation scripts to Cisco ISE to resolve non-compliance issues in endpoints. For more ...
Read more >Essential: Versions: 3.3.1.0 (Build ... - Moodle plugins directory
FIX: Issue #835: Display fake blocks before Flat Navigation. ... FIX: Issue #825: Missing region_main_settings_menu() when using flat navigation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I created a new Chrome profile and tested it with only FakeFiller installed, it still reproduces.
It only logs in the console because I had the option to “Pause on Exceptions” enabled.
GitHub doesn’t like videos so here’s it hosted on a third-party site: https://streamable.com/v0iv9y
Yeah, I sadly still get it with 3.1.2.
I missed to mention this doesn’t actually show in the console but pauses the process when you enable “Pause on Exceptions” in the Dev Tools Sources panel, without it, it silently fails.
Maybe the stack trace helps, I pulled this after formatting with Dev Tools, the minified one won’t be of much use.
As far as I can tell the mere call of
firebase.auth
throws the error: https://github.com/FakeFiller/fake-filler-extension/blob/6c5ca7d52aa3795c7c7cb40043a82788070b7530/src/common/firebase.ts#L23