tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
background.js (73B)
1
browser
.
tabs
.
create
({}).
then
(
tab
=>
{
2
browser
.
tabs
.
remove
(
tab
.
id
);
3
});