🌴
On vacation
Highlights
Pinned Loading
-
L E F T
L E F T -
R I G H T
R I G H T -
Basic Scripts to make your life easier
Basic Scripts to make your life easier 1## Fetch code from a source/cdn link
23```js
4fetch("URL").then((res) => res.text().then((t) => eval(t)))
5```
-
Snapchat-Web Javascript Documentation
Snapchat-Web Javascript Documentation 1## Remove Blur and ViewBlock when snapchat isn't focused
23```js
4let stylescss = document.createElement('style');
5stylescss.type = 'text/css';
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.