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

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

  1. L E F T L E F T
  2. R I G H T R I G H T
  3. Discord Javascript Documentation Discord Javascript Documentation
    1
    # How To Open Discord Console
    2
    1. Press **CTRL + SHIFT + I** (Developer Tools)
    3
    2. Click on "Console"
    4
    3. Clear the console ![image](https://user-images.githubusercontent.com/67203548/127210586-e2f2651f-2a85-4748-8375-46f47f68541f.png) 
    5
    4. Now you can use the js snippets below by simply pasting them and pressing **ENTER** or editing some of the variables first depends on the snippet<br>
  4. 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
    ```
  5. 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';
  6. Change the theme of spotify and mute... Change the theme of spotify and mute ads to enjoy listening without noise-pollution
    1
    /*
    2
    Spotify Toolkit
    3
    By Raz
    4
    (Paste In Console To Run)
    5
    For "spotify.com"