Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Idea] Delete history&data on exit settings #1106

@ionlight4096

Description

@ionlight4096

Many browsers allow you to create a private browsing profile, which means that browser history, cookies, site data, etc. are deleted when you close the browser.

In Luakit there are already commands to clear history and data. There could also be settings 'Never remember history' and 'Clear browser data on exit' in history.lua and clear_data.lua, and whenever the last browser window is closed, it would check them and call the corresponding commands.

Right now, there is a workaround: write a bash script to start the browser, and after it's closed, rm -r the directories in question from .cache and .local/data. But in-browser settings are more elegant, in my opinion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions