https://github.com/ayberkgezer/librewolf-browser-raycast
https://github.com/ayberkgezer/librewolf-browser-raycast
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayberkgezer/librewolf-browser-raycast
- Owner: ayberkgezer
- License: mit
- Created: 2025-04-11T19:50:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-12T18:09:08.000Z (about 1 month ago)
- Last Synced: 2025-04-12T19:23:05.210Z (about 1 month ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Librewolf
Search and open Librewolf tabs from search query, opened tabs, bookmarks and history.
I just copied the Mozilla Firefox extension of crisboarna and adjusted it to fit Librewolf, so all the credit goes to that extension.
New Tab search can be configured to search from the following sources:
- Google(default)
- DuckDuckGo
- Bing
- Brave
- Baidu
- QwantLimitations (due to limited AppleScript support in Firefox-based browsers):
- When searching open tabs, the session file is read and parsed to get the list of open tabs. This means that the list of open tabs will not be updated until the session file is updated. This is done by Firefox-based browsers when it checkpoints itself or when Librewolf is closed.
- Selecting an open tab will result in cycling through open tabs until desired tab. This is due to the fact that AppleScript does not support opening a specific tab in Librewolf.