| Summary: | Disable from menu: AdBlock and Greasemonkey | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | genghiskhan |
| Component: | extensions | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | jurajoravec |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 25.12.0 | |
| Sentry Crash Report: | |||
|
Description
genghiskhan
2022-05-23 09:35:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/149 Git commit 8e32de50936f3d87b1dc4f13dfc408c182e9f21f by Juraj Oravec. Committed on 30/09/2025 at 18:06. Pushed by jurajo into branch 'master'. Add "Dis/Enable AdBlock" into icon context menu Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +2 -0 src/lib/adblock/adblockdialog.cpp M +7 -1 src/lib/adblock/adblockicon.cpp https://invent.kde.org/network/falkon/-/commit/8e32de50936f3d87b1dc4f13dfc408c182e9f21f Git commit f7d0831280441d34540032314cb420e8322af81c by Juraj Oravec. Committed on 06/10/2025 at 20:34. Pushed by jurajo into branch 'master'. GreaseMonkey: Add Dis/Enable icon menu option Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +1 -1 src/plugins/GreaseMonkey/gm_downloader.cpp M +1 -1 src/plugins/GreaseMonkey/gm_downloader.h M +38 -2 src/plugins/GreaseMonkey/gm_icon.cpp M +2 -0 src/plugins/GreaseMonkey/gm_icon.h M +61 -11 src/plugins/GreaseMonkey/gm_manager.cpp M +9 -1 src/plugins/GreaseMonkey/gm_manager.h M +4 -0 src/plugins/GreaseMonkey/gm_plugin.cpp M +1 -1 src/plugins/GreaseMonkey/gm_script.cpp M +1 -1 src/plugins/GreaseMonkey/gm_script.h M +3 -0 src/plugins/GreaseMonkey/settings/gm_settings.cpp M +20 -13 src/plugins/GreaseMonkey/settings/gm_settings.ui https://invent.kde.org/network/falkon/-/commit/f7d0831280441d34540032314cb420e8322af81c Implemented. |