Skip to content
View Raz-js's full-sized avatar
🌴
On vacation
🌴
On vacation
  • works alone
  • home

Block or report Raz-js

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Raz-js/README.md

Pinned Loading

  1. L E F T L E F T
  2. R I G H T R I G H T
  3. Basic Scripts to make your life easier Basic Scripts to make your life easier
    1
    ## Fetch code from a source/cdn link
    2
    
                  
    3
    ```js
    4
    fetch("URL").then((res) => res.text().then((t) => eval(t)))
    5
    ```
  4. Snapchat-Web Javascript Documentation Snapchat-Web Javascript Documentation
    1
    ## Remove Blur and ViewBlock when snapchat isn't focused
    2
    
                  
    3
    ```js
    4
    let stylescss = document.createElement('style');
    5
    stylescss.type = 'text/css';