ulixee / hero

The web browser built for scraping
MIT License
697 stars 33 forks source link

Experimental: Load Frozen Tabs from Db; Bug fixes #70

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago

1) Fix a bug that we were tracking removals of doNotTrack elements in timetravel 2) If you used "goBack" on a single page app, it could hang 3) Add an overlay to frozen tabs so you can see that they are frozen 4) Fix git:// paths in package.json to https. git: was deprecated

Experimental feature: Ability to load frozen tabs from a session database - this enables you to separate the logic to extract data from a session from the interaction to create it.