Add anonymous function to user.js template.
This commit is contained in:
parent
f15a9bcb32
commit
cb5efdd4d9
|
@ -16,4 +16,7 @@
|
|||
// @inject-into content
|
||||
// ==/UserScript==
|
||||
|
||||
$0
|
||||
(function()
|
||||
{
|
||||
$0
|
||||
})();
|
||||
|
|
Loading…
Reference in New Issue
Block a user