mirror of https://github.com/gorhill/uBlock.git
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:
parent
f6ed268f45
commit
b2a5d28c96
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue