diff options
-rw-r--r-- | html/immoral/bookmarklet.js | 2 | ||||
-rw-r--r-- | html/immoral/index.html | 8 |
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> |