Skip to content
View Raz-js's full-sized avatar
🌴
On vacation
🌴
On vacation

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

πŸ’« About Me:

Visit my professional portfolio at portfolio.paragon.dedyn.io

🌐 Socials:

Instagram

πŸ’» Tech Stack:

CSS3 HTML5 Java JavaScript Lua Markdown PHP PowerShell Python Bash Script TypeScript Windows Terminal Azure Cloudflare DigitalOcean Firebase Google Cloud Heroku Netlify Vercel Firebase MariaDB MongoDB MySQL Postgres SQLite PocketBase Adobe Adobe After Effects Adobe Creative Cloud Adobe Fonts Adobe Illustrator Adobe Photoshop Blender Canva Dribbble Gimp

πŸ“Š GitHub Stats:



✍️ Random Dev Quote

πŸ” Top Contributed Repo


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';