From cb5efdd4d937ec095b10115220b1443d336a936b Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 14 Mar 2021 10:52:12 +0100 Subject: [PATCH] Add anonymous function to user.js template. --- auto-insert/user.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/auto-insert/user.js b/auto-insert/user.js index c91643c..028f4aa 100644 --- a/auto-insert/user.js +++ b/auto-insert/user.js @@ -16,4 +16,7 @@ // @inject-into content // ==/UserScript== -$0 +(function() + { + $0 + })();