diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index dc17c598f..f1849b0bf 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1539,8 +1539,6 @@ class CommandDispatcher: text: The text to insert. """ tab = self._current_widget() - if not tab.has_js(): - raise cmdexc.CommandError("This command needs javascript enabled.") def _insert_text_cb(elem): if elem is None: