We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02797a3 commit 0922160Copy full SHA for 0922160
1 file changed
editor2.html
@@ -316,7 +316,7 @@ <h2>GitHub Token (PAT)</h2>
316
<script>
317
const OWNER = 'BlazeFTL', REPO = 'Link-Shortner-uBlockOrigin';
318
const FILE = 'Ubo-LinkShortners.txt';
319
-const RAW = `https://raw.githubusercontent.com/${OWNER}/${REPO}/main/${FILE}`;
+const RAW = `https://raw.githubusercontent.com/BlazeFTL/Link-Shortner-uBlockOrigin/refs/heads/main/Ubo-LinkShortners.txt`;
320
const API = `https://api.github.com/repos/${OWNER}/${REPO}/contents/${FILE}`;
321
322
const editor = document.getElementById('editor');
0 commit comments