diff --git a/script.coffee b/script.coffee index 04e36f258..f3f6547bc 100644 --- a/script.coffee +++ b/script.coffee @@ -1115,7 +1115,7 @@ updaterMake = -> d.body.appendChild div - if GM_getValue 'autoG' then updateAuto.call $("input[name=autoL]", div) + if GM_getValue 'autoG', true then updateAuto.call $("input[name=autoL]", div) watch = -> id = @nextSibling.name