diff --git a/4chan_x.user.js b/4chan_x.user.js index d7cb9db6b..fc380fe52 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -67,7 +67,7 @@ Enhancing: { '404 Redirect': [true, 'Redirect dead threads'], 'Anonymize': [false, 'Make everybody anonymous'], - 'Keybinds': [false, 'Binds actions to keys'], + 'Keybinds': [true, 'Binds actions to keys'], 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'], 'Report Button': [true, 'Add report buttons'], 'Comment Expansion': [true, 'Expand too long comments'], diff --git a/script.coffee b/script.coffee index 140e730d3..09921039f 100644 --- a/script.coffee +++ b/script.coffee @@ -3,7 +3,7 @@ config = Enhancing: '404 Redirect': [true, 'Redirect dead threads'] 'Anonymize': [false, 'Make everybody anonymous'] - 'Keybinds': [false, 'Binds actions to keys'] + 'Keybinds': [true, 'Binds actions to keys'] 'Time Formatting': [true, 'Arbitrarily formatted timestamps, using your local time'] 'Report Button': [true, 'Add report buttons'] 'Comment Expansion': [true, 'Expand too long comments']