summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/greasemonkey.py
AgeCommit message (Expand)Author
2021-06-24Fix up f-stringFlorian Bruhin
2021-06-11Greasemonkey: Make sure script names are uniqueFlorian Bruhin
2021-06-09greasemonkey: Remove uneeded name logicFlorian Bruhin
2021-06-09Add GreasemonkeyScript.__str__Florian Bruhin
2021-06-09Add output to :greasemonkey-reloadFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-12-28fixed typing mistakefreddii
2020-11-29load scripts from config directoryBryon Meinka
2020-11-04old qt: Remove unused importsFlorian Bruhin
2020-11-04old qt: Adjust greasemonkey supportFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-08-15Unify backend conditionalsFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-11-25Remove greasemonkey from objregFlorian Bruhin
2019-10-22Fix issues with mypy changesFlorian Bruhin
2019-10-22mypy: Fix new issues in browser.greasemonkeyFlorian Bruhin
2019-10-15mypy: check_untyped_defs for most of qutebrowser.browserFlorian Bruhin
2019-02-25Rename force_document_end to needs_document_end_workaroundFlorian Bruhin
2019-02-25Merge branch 'greasemonkey-quirks'Florian Bruhin
2019-02-23GreaseMonkey: Force document-end for known-broken scriptsFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-29Move CommandError to api.cmdutilsFlorian Bruhin
2018-10-05Fix passing filename to GreasemonkeyScriptFlorian Bruhin
2018-09-13Merge branch 'master' into masterJesko Dujmovic
2018-09-12Handle UTF-8 byte order marks in Greasemonkey scriptsFlorian Bruhin
2018-09-09greasemonkey: better handle scripts without metadataJimmy
2018-07-16Remove unnecessary object inheritanceFlorian Bruhin
2018-06-26greasemonkey: enable running in isolated js worldsJimmy
2018-05-20Greasemonkey: Don't attempt scope isolation on webkitJimmy
2018-05-03Fix lintFlorian Bruhin
2018-05-03Refactor matching of Greasemonkey scriptsFlorian Bruhin
2018-04-14Greasemonkey: use UrlPatterns for match directivesJimmy
2018-04-03Greasemonkey: fix default include valueJimmy
2018-03-30Escape strings with string_escape rather than tojsonJay Kamat
2018-03-19Break greasemonkey_wrapper lines differentlyFlorian Bruhin
2018-03-03Greasemonkey: add a way to register scripts directly.Jimmy
2018-03-03Greasemonkey: handle downloads that complete fastJimmy
2018-03-03Greasemonkey: indent source of required scriptsJimmy
2018-03-03Greasemonkey: Support greasemonkey-reload --force.Jimmy
2018-03-03Allow download manager to overwrite existing files unprompted.Jimmy
2018-03-03Greasemonkey: give required scripts a readable filename.Jimmy
2018-03-03Greasemonkey: Add support for the @require rule.Jimmy
2018-02-05Update copyright yearsFlorian Bruhin
2018-02-04Various spelling fixesFlorian Bruhin
2018-01-20Greasemonkey: don't complain about an unset run-atJimmy
2018-01-20Greasemonkey: optimize pattern matching a littleJimmy
2018-01-20Greasemonkey: make *clude regexes case insensitiveJimmy