about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-16 11:24:55 -0400
committerelioat <elioat@tilde.institute>2025-03-16 11:24:55 -0400
commit97a9c2cd2d8c330c7edad8f50b33a1cbcc632ebe (patch)
treed287b4111e0030e33b69b85b9acb7727d7ac5797
parent87d78fd707472be01449e11812b9beae7be01275 (diff)
downloadtour-97a9c2cd2d8c330c7edad8f50b33a1cbcc632ebe.tar.gz
*
-rw-r--r--html/immoral/index.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/html/immoral/index.html b/html/immoral/index.html
index 9792444..b7d3ca4 100644
--- a/html/immoral/index.html
+++ b/html/immoral/index.html
@@ -149,6 +149,21 @@
                 0 0 5px #ff0000,
                 2px 2px 0 #800;
         }
+
+        footer {
+            margin-top: 1rem;
+            margin-bottom: 2rem;
+        }
+
+        footer abbr {
+            color: var(--accent);
+            text-decoration: none;
+            border-bottom: 1px dotted var(--dark);
+        }
+
+        footer abbr:hover {
+            cursor: help;
+        }
     </style>
 </head>
 <body>
@@ -198,9 +213,8 @@
         </section>
     </main>
     <footer>
-        <br>
-        <br>
-        <p>This project is the result of taking a passing thought about 1500 lines of code too far.</p>
+        <p class="immoral">A note for those among us on the web who don't love having to pipe web traffic through random, mostly unknown services:</p>
+        <p>Because of <abbr title="Cross-Origin Resource Sharing">CORS</abbr> I've had to funnel requests through a CORS proxy service, and, because I'm too lazy to host my own I'm using a random one I found after 11 minutes of searching...and because that one seemed unreliable I went ahead and found a few more to cycle through at every request. The CORS issue only comes to play when you use the form on this website. The bookmarklet runs in the same scope as the website that you run it against, so, no CORS issues at all. No weird, unknown and untrusted servers in the way. Bookmarklets, ftw.</p>
     </footer>
     <script src="app.js"></script>
 </body>