Skip to content
View L3yana's full-sized avatar

Organizations

@leyanavr

Block or report L3yana

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

Pinned Loading

  1. vrcw vrcw Public

    Assets and lists for my personal VRChat Worlds.

    HTML

  2. JS scripts detect the current URL (H... JS scripts detect the current URL (HTTP(S), PORT, DOMAIN, PATHNAME, ...), and modify it for the redirection URL, as well as modifying the text and redirection.
    1
    // Demo with leyanavr.github.io/vrcw/leyanahome
    2
    
                  
    3
    var protocol = window.location.protocol;
    4
    var domain = window.location.hostname;
    5
    var _port = window.location.port;