📝 Made note of disable ai in firefox
This commit is contained in:
parent
bd0e89a7c8
commit
8416a7bddc
2 changed files with 35 additions and 0 deletions
|
|
@ -189,3 +189,18 @@ network.trr.mode to 0
|
||||||
|
|
||||||
Set zoom to only be specific to tab you are on:
|
Set zoom to only be specific to tab you are on:
|
||||||
browser.zoom.siteSpecific to false
|
browser.zoom.siteSpecific to false
|
||||||
|
|
||||||
|
Disable AI Features:
|
||||||
|
|
||||||
|
browser.ml.chat.enabled to false
|
||||||
|
browser.ml.enabled to false
|
||||||
|
browser.ml.linkPreview.enabled to false
|
||||||
|
browser.ml.pageAssist.enabled to false
|
||||||
|
browser.ml.smartAssist.enabled to false
|
||||||
|
extensions.ml.enabled to false
|
||||||
|
browser.tabs.groups.smart.enabled to false
|
||||||
|
browser.search.visualSearch.featureGate to false
|
||||||
|
browser.urlbar.quicksuggest.mlEnabled to false
|
||||||
|
pdfjs.enableAltText to false
|
||||||
|
places.semanticHistory.featureGate to false
|
||||||
|
sidebar.revamp to false
|
||||||
|
|
|
||||||
|
|
@ -226,6 +226,26 @@ changes.
|
||||||
grub-mkconfig -o /boot/grub/grub.cfg
|
grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Make sure to eselect a different kernel:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
eselect kernel list
|
||||||
|
```
|
||||||
|
|
||||||
|
And set the number:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
eselect kernel set 2
|
||||||
|
```
|
||||||
|
|
||||||
|
Also uninstall the old kernel:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
emerge -a --depclean sys-kernel/gentoo-sources:xx.yy.zz
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure not to do this on the currently used kernel. Reboot after this.
|
||||||
|
|
||||||
And that's it!
|
And that's it!
|
||||||
|
|
||||||
## Getting Help
|
## Getting Help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue