Skip to content

Instantly share code, notes, and snippets.

@gander
Last active November 27, 2023 17:15
Show Gist options
  • Save gander/55091927ca9d543e5a021cdbed03a93d to your computer and use it in GitHub Desktop.
Save gander/55091927ca9d543e5a021cdbed03a93d to your computer and use it in GitHub Desktop.
[
["http://localhost", [
["connect-src", "connect-src self http://localhost:23517/"]
]]
]
// ==UserScript==
// @name Ray
// @namespace Violentmonkey Scripts
// @include http://localhost/*
// @version 1.20.9
// @author gander
// @require https://cdn.jsdelivr.net/npm/node-ray@1.20.9/dist/standalone.js
// ==/UserScript==
rayInit(window);
@gander
Copy link
Author

gander commented Nov 27, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment