Changed filenames

This commit is contained in:
2025-12-10 14:45:25 -05:00
parent 8588958fa0
commit 4914392f1f
3 changed files with 15 additions and 6 deletions

View File

@@ -37,12 +37,21 @@ A Tampermonkey userscript that adds useful features to the FabSwingers chat.
### Step 2: Install the Script ### Step 2: Install the Script
1. Click this link to install the script directly: **Method A: Direct Install (if Tampermonkey prompts automatically)**
**[Install Script](https://git.upto.im/geekery/scripts/raw/branch/main/cams.js)** Click this link: **[Install Script](https://git.upto.im/geekery/scripts/raw/branch/main/cams.user.js)**
2. Tampermonkey will open and show you the script If Tampermonkey opens automatically, click "Install" and you're done.
3. Click "Install" to add it
**Method B: Manual Install (if the link just shows code)**
1. Go to the script URL: https://git.upto.im/geekery/scripts/raw/branch/main/cams.user.js
2. Select all the code (Ctrl+A / Cmd+A) and copy it (Ctrl+C / Cmd+C)
3. Click the Tampermonkey icon in your browser toolbar
4. Select "Create a new script..."
5. Delete any existing code in the editor
6. Paste the copied code (Ctrl+V / Cmd+V)
7. Press Ctrl+S / Cmd+S to save, or click File → Save
The script will automatically update when new versions are released. The script will automatically update when new versions are released.

View File

@@ -6,7 +6,7 @@
// @author You // @author You
// @match https://chat.fabswingers.com/* // @match https://chat.fabswingers.com/*
// @updateURL https://git.upto.im/geekery/scripts/raw/branch/main/meta.js // @updateURL https://git.upto.im/geekery/scripts/raw/branch/main/meta.js
// @downloadURL https://git.upto.im/geekery/scripts/raw/branch/main/cams.js // @downloadURL https://git.upto.im/geekery/scripts/raw/branch/main/cams.user.js
// @grant none // @grant none
// @run-at document-idle // @run-at document-idle
// ==/UserScript== // ==/UserScript==

View File

@@ -6,7 +6,7 @@
// @author You // @author You
// @match https://chat.fabswingers.com/* // @match https://chat.fabswingers.com/*
// @updateURL https://git.upto.im/geekery/scripts/raw/branch/main/meta.js // @updateURL https://git.upto.im/geekery/scripts/raw/branch/main/meta.js
// @downloadURL https://git.upto.im/geekery/scripts/raw/branch/main/cams.js // @downloadURL https://git.upto.im/geekery/scripts/raw/branch/main/cams.user.js
// @grant none // @grant none
// @run-at document-idle // @run-at document-idle
// ==/UserScript== // ==/UserScript==