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
1 changed files with 1 additions and 1 deletions

View File

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