Bug 454260 - Disable from menu: AdBlock and Greasemonkey
Summary: Disable from menu: AdBlock and Greasemonkey
Status: RESOLVED FIXED
Alias: None
Product: Falkon
Classification: Applications
Component: extensions (other bugs)
Version First Reported In: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 09:35 UTC by genghiskhan
Modified: 2025-10-06 20:36 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 25.12.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description genghiskhan 2022-05-23 09:35:53 UTC
Please add a menu to disable Greasemonkey entirely.
Same for AdBlock.

Thank you
Comment 1 Bug Janitor Service 2025-09-29 19:27:54 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/149
Comment 2 Juraj 2025-09-30 19:31:30 UTC
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
Comment 3 Juraj 2025-10-06 20:34:35 UTC
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
Comment 4 Juraj 2025-10-06 20:36:42 UTC
Implemented.