&js
Lets you pass a third party hosted javascript file URL
General Option! (&push
, &room
, &view
, &scene
)
Options
Example: &js=https%3A%2F%2Fvdo.ninja%2Fexamples%2Ftestjs.js
Value | Description |
---|---|
(encoded URL) | Third party hosted java script file URL |
Details
&js
lets you pass a third party hosted java script file URL (URL-encoded), allowing for a custom code injection without self-hosting, IFrames or chrome extensions.
Example: https://vdo.ninja/?js=https%3A%2F%2Fvdo.ninja%2Fexamples%2Ftestjs.js
You can use this tool to encode the URL you want to link to https://www.urlencoder.org/
Related
&base64jsLast updated