Add anonymous function to user.js template.

This commit is contained in:
tastytea 2021-03-14 10:52:12 +01:00
parent f15a9bcb32
commit cb5efdd4d9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 1 deletions

View File

@ -16,4 +16,7 @@
// @inject-into content
// ==/UserScript==
$0
(function()
{
$0
})();