Last updated: 2026-06-01
Burger does not collect, transmit, store on remote servers, or sell any data about you, the pages you visit, or the forms you interact with. Everything it does happens locally in your browser.
Burger is a Chrome extension that reorders the options inside <select> and ARIA listbox elements so that “United States” appears at the top of country dropdowns and “USD” appears at the top of currency dropdowns. To do that, it reads:
name, id, ARIA roles, labels).This reading happens entirely inside your browser. No page content, form data, URL, or option text is sent anywhere.
Burger uses chrome.storage.local — your browser’s own per-extension storage — to remember:
This data lives on your device. It is not synced, not transmitted, not sold, and not shared with any third party.
storage — to remember your settings, locally.<all_urls> host access — so the content script can run on the pages where dropdowns live. The script reads dropdown structure only; it does not exfiltrate any page content.If you have questions about Burger’s privacy practices, file an issue at the project’s source repository.