Bookmark search plus 2에 대한 리뷰
Bookmark search plus 2 제작자: aaFn
Firefox 사용자 13909246 님의 리뷰
5점 만점에 5점
Firefox 사용자 13909246 님, 8년 전Very nice work, many thanks.
Favicons are retrieved even when the user has set Firefox to block favicons everywhere:
// disable favicons in shortcuts
user_pref("browser.shell.shortcutFavicons", false);
// disable favicons in tabs and new bookmarks
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
// disable favicons in web notifications
user_pref("alerts.showFavicons", false);
Having 'Bookmark search plus 2' respect Firefox's favicons' settings would be appreciated.
EDIT after developer's response :
Since it is not possible to synchronize the favicons' display with that of Firefox maybe an option specific yo BSP2 regarding Favicons would do it, as for instance in the 'Flagfox' extension, such as 'Favicons Yes/No'
This is neither an issue nor even a true enhancement, but an option for users who wish not to retrieve Website icons (which by the way also adds time to the process). I think more users than we may imagine block favicons.
The idea is that I don't see why connections to sites would be performed for accomplishing a task (localizing a bookmark in the Library) which is basically an off-line process.
EDIT 2 :
Version 2.0.15 now includes a 'Disable favicon fetching' option : rating updated from 4 to 5 starts.
Favicons are retrieved even when the user has set Firefox to block favicons everywhere:
// disable favicons in shortcuts
user_pref("browser.shell.shortcutFavicons", false);
// disable favicons in tabs and new bookmarks
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
// disable favicons in web notifications
user_pref("alerts.showFavicons", false);
Having 'Bookmark search plus 2' respect Firefox's favicons' settings would be appreciated.
EDIT after developer's response :
Since it is not possible to synchronize the favicons' display with that of Firefox maybe an option specific yo BSP2 regarding Favicons would do it, as for instance in the 'Flagfox' extension, such as 'Favicons Yes/No'
This is neither an issue nor even a true enhancement, but an option for users who wish not to retrieve Website icons (which by the way also adds time to the process). I think more users than we may imagine block favicons.
The idea is that I don't see why connections to sites would be performed for accomplishing a task (localizing a bookmark in the Library) which is basically an off-line process.
EDIT 2 :
Version 2.0.15 now includes a 'Disable favicon fetching' option : rating updated from 4 to 5 starts.
개발자 답글
8년 전에 게시됨Hello Makaversky, thank you.
Unfortunately, WebExtension add-ons do not have access to those settings, these are not exposed by the browser.browserSettings API.
See: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browserSettings
So until these settings are made visible in some manner by Firefox to WebExtension add-ons, BSP2 won't be able to know about them :-( Sorry for that.
Unfortunately, WebExtension add-ons do not have access to those settings, these are not exposed by the browser.browserSettings API.
See: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/browserSettings
So until these settings are made visible in some manner by Firefox to WebExtension add-ons, BSP2 won't be able to know about them :-( Sorry for that.