Adding @nriley's safari extension for opening links in background tabs to the Goodies dialog.

This commit is contained in:
Samuel Clay 2022-07-05 10:56:21 -04:00
parent d5cc6f5ae6
commit a0b933ef44
2 changed files with 9 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -333,6 +333,15 @@ _.extend(NEWSBLUR.ReaderGoodies.prototype, {
$.make('div', { className: 'NB-goodies-title' }, 'Safari: NewsBlur unread count notifier'),
$.make('div', { className: 'NB-goodies-subtitle' }, 'Safari extension to show on the toolbar how many unread stories are waiting for you on NewsBlur.')
]),
$.make('div', { className: 'NB-goodies-group NB-modal-submit' }, [
$.make('a', {
className: 'NB-goodies-safari-notifier NB-modal-submit-button NB-modal-submit-green',
href: 'https://github.com/nriley/NewsBlur-Helper'
}, 'Download'),
$.make('div', { className: 'NB-goodies-safari' }),
$.make('div', { className: 'NB-goodies-title' }, 'Safari: Open links in background tab'),
$.make('div', { className: 'NB-goodies-subtitle' }, 'Safari extension to let you choose if links open in a new active tab or background tab.')
]),
$.make('fieldset', [
$.make('legend', 'Custom URLs')