如何在 ubuntu firefox 中通过命令行按标题或 url 关闭选项卡?

问题描述 投票:0回答:2

操作系统:Ubuntu 20.4.03LTS |火狐版本:Mozilla Firefox 93.0

我只打开了一个 Firefox 窗口,该窗口中有很多选项卡,我需要一种方法通过命令行按标题或 URL 关闭特定选项卡,例如:

close_tab_command https://www.olx.com.pk/item/king-side-beds-for-sale-iid-1039955840

linux bash firefox terminal
2个回答
0
投票

布罗塔布 - 从命令行控制浏览器的选项卡

更新

准备使用

向您的浏览器添加扩展程序(mozilla/chrome)

https://addons.mozilla.org/en-US/firefox/addon/brotab/

https://chrome.google.com/webstore/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc/

安装

https://github.com/balta2ar/brotab/#installation

别忘了制作

$ brotab install

使用

$ brotab --help
...
    list                list available tabs. The command will request all available clients
                        (browser plugins, mediators), and will display browser tabs in the
                        following format: "<prefix>.<window_id>.<tab_id><Tab>Page title<Tab>URL"
    close               close specified tab IDs. Tab IDs should be in the following format:
                        "<prefix>.<window_id>.<tab_id>". You can use "list" command to obtain tab
                        IDs (first column)

$ brotab list
a.1.2   Title URL
a.1.3   ...
a.1.4   ...

$ brotab close a.1.3

$ brotab list
a.1.2   ...
a.1.4   ...

0
投票

也无法让删除像例如这样工作。 bt 列表尚未在 Linux (Mint) 终端中工作!安装成功,没有显示任何错误。使用 FF 128.03 如有任何帮助,我们深表感谢。

克里斯罗尔德

© www.soinside.com 2019 - 2024. All rights reserved.