From d79eac6b57bb6113b7e509054caa6dbe05b13623 Mon Sep 17 00:00:00 2001 From: knotteye Date: Fri, 15 Jan 2021 09:43:16 -0600 Subject: [PATCH] Change modifyLinks regex to match all valid URL characters, followed by a period, followed by a-zA-Z0-9 This should catch any legal URL with a file extension on the end --- site/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/index.js b/site/index.js index 56ad90c..66214d2 100644 --- a/site/index.js +++ b/site/index.js @@ -170,7 +170,7 @@ function handleLoad() { function modifyLinks() { for (var ls = document.links, numLinks = ls.length, i=0; i