Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
dragon731012
Edit Copy
Star
2
GitHub Repository:
dragon731012/-WORKING-bookmarklets-and-games
Path:
blob/main/fun/blur page.js
1
5
5
6
3
views
1
javascript
:
(
function
(
)
{
document
.
body
.
style
.
filter
=
'blur(5px)'
;
}
)
(
)
;
2
3