From 2c1adab75db445e63f15248da79f200da362ffac Mon Sep 17 00:00:00 2001
From: L
Date: Thu, 6 Mar 2025 20:06:37 +0000
Subject: [PATCH] Fix bookmarklet for Firefox users.
In firefox, if the bookmarklet returns something, the page contents will be replaced by it. In this case, the bookmarklet returns a Window object, replacing the original contents with "[object Window]".
Source: https://stackoverflow.com/questions/2774453
---
src/pages/about.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/about.js b/src/pages/about.js
index 6700b57..d384836 100644
--- a/src/pages/about.js
+++ b/src/pages/about.js
@@ -29,7 +29,7 @@ const About = props => {
PC Usage: Press Ctrl-Shift-B to view the bookmark bar, and then drag this bookmarklet:
-
+
Unddit
to the bar and click it when viewing a Reddit post.