about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-03-15 23:08:08 -0400
committerelioat <elioat@tilde.institute>2025-03-15 23:08:08 -0400
commit9a76a6d5ebc9c1c018fb406f20a0efb7f3d9d4f7 (patch)
treebf59b23ce1cff371d8432750441a7ad02c2a3696
parentbcefc8e807950bf536c13e8b58fa39c65e3b7e8e (diff)
downloadtour-9a76a6d5ebc9c1c018fb406f20a0efb7f3d9d4f7.tar.gz
*
-rw-r--r--html/immoral/bookmarklet.js2
-rw-r--r--html/immoral/index.html8
2 files changed, 5 insertions, 5 deletions
diff --git a/html/immoral/bookmarklet.js b/html/immoral/bookmarklet.js
index 5f79370..587db0e 100644
--- a/html/immoral/bookmarklet.js
+++ b/html/immoral/bookmarklet.js
@@ -1,7 +1,7 @@
 (function() {
     // Prevent multiple instances
     if (window.immoralFontVacuum) {
-        alert('Font Vacuum is already running!');
+        alert('Web Font Vacuum is already running!');
         return;
     }
     window.immoralFontVacuum = true;
diff --git a/html/immoral/index.html b/html/immoral/index.html
index c2f4b26..ebcebb0 100644
--- a/html/immoral/index.html
+++ b/html/immoral/index.html
@@ -166,8 +166,8 @@
             </form>
         </div>
         <div class="bookmarklet-section" style="margin: 2rem 0; padding: 1rem; border: 2px dashed var(--dark); background: var(--beige);">
-            <h2>Font Vacuum Bookmarklet</h2>
-            <p>Drag this link to your bookmarks bar to vacuum fonts from any webpage:</p>
+            <h2>Web Font Vacuum Bookmarklet</h2>
+            <p>Drag this link to your bookmarks bar to vacuum web fonts from any webpage:</p>
             <p style="text-align: center;">
                 <a href="javascript:(function(){
                     const script = document.createElement('script');
@@ -177,11 +177,11 @@
                 class="bookmarklet-link" 
                 style="display: inline-block; padding: 0.5rem 1rem; background: var(--dark); color: var(--beige); text-decoration: none; border-radius: 4px; font-weight: bold;"
                 onclick="event.preventDefault(); alert('Drag this to your bookmarks bar!');">
-                    Font Vacuum
+                    Web Font Vacuum
                 </a>
             </p>
             <p style="font-size: 0.9rem; color: var(--dark); margin-top: 1rem;">
-                How to: Click the bookmarklet on any webpage to find and download its fonts directly.
+                Use the bookmarklet on any webpage to find and download its fonts directly.
             </p>
         </div>
         <div id="error" class="error" role="alert" aria-live="polite"></div>