currently in a re-setup stage, see
the status page
for updates. Not like I'm doing anything right now, but I did disable registration due to spammers.
This website works better with JavaScript.
Explore
Help
Sign In
shruub
/
blackscreen-no-tracking
Watch
1
Star
0
Fork
You've already forked blackscreen-no-tracking
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3bceb5a859
main
develop
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3bceb5a859'
${ noResults }
blackscreen-no-tracking
/
background.js
4 lines
100 B
JavaScript
Raw
Blame
History
if
(
'serviceWorker'
in
navigator
)
{
navigator
.
serviceWorker
.
register
(
'/sw.js'
,
{
scope
:
'/'
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink