From 827f6d6f54de9199f45d1f138d5725cb84131ab8 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 30 Sep 2015 23:35:37 +0900 Subject: Unlets --- bitly.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bitly.js') diff --git a/bitly.js b/bitly.js index 5d4af2d..ec57cc4 100644 --- a/bitly.js +++ b/bitly.js @@ -90,7 +90,10 @@ let PLUGIN_INFO = xml` callback(); }, { - default: let (e = content.document.querySelector('#bitly_api_key')) (e ? e.value : '') + default: (function () { + let e = content.document.querySelector('#bitly_api_key'); + return (e ? e.value : '') + })() } ); } -- cgit v1.2.3