Firefox: Difference between revisions
From hugovil.com
Jump to navigationJump to search
Created page with "about:config loadBookmarksInTabs -> true" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
= Ouvrir les bookmarks dans un nouveau tab = | |||
about:config | about:config | ||
loadBookmarksInTabs -> true | loadBookmarksInTabs -> true | ||
= Magnet links torrents avec Firefox = | |||
Créér un script (ex: ~/bin): | |||
<source lang=bash> | |||
#!/bin/bash | |||
transmission-remote nas:9091 -n <user>:<password> --add "$1" | |||
</source > | |||
Latest revision as of 03:02, 10 December 2024
Ouvrir les bookmarks dans un nouveau tab
about:config
loadBookmarksInTabs -> true
Magnet links torrents avec Firefox
Créér un script (ex: ~/bin):
#!/bin/bash
transmission-remote nas:9091 -n <user>:<password> --add "$1"