mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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:
parent
f6ed268f45
commit
b2a5d28c96
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue