1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Add support to right-click subscribe to subscribe.adblockplus.org/?location=...

Related feedback:
- https://www.reddit.com/r/uBlockOrigin/comments/ser2t7/new_feature_for_ublockorigin_clean_up_the_search/hx0ur81/

`
This commit is contained in:
Raymond Hill 2022-02-16 15:17:22 -05:00
parent f6ed268f45
commit b2a5d28c96
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -151,7 +151,7 @@ const menuEntries = {
id: 'uBlock0-subscribeToList',
title: vAPI.i18n('contextMenuSubscribeToList'),
contexts: [ 'link' ],
targetUrlPatterns: [ 'abp:*' ],
targetUrlPatterns: [ 'abp:*', 'https://subscribe.adblockplus.org/*' ],
},
temporarilyAllowLargeMediaElements: {
id: 'uBlock0-temporarilyAllowLargeMediaElements',