[SUGGESTION] Disable the annoying firefox built-in translator #256
Closed
guilhermerek
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd rather not. People complained for years that Firefox couldn't match Chrome without a Language Translation feature, and now they finally implemented it. It's already in Peskyfox as an option. Just Lines 130 to 138 in 6657c83 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Firefox new translator can be annoying opening sites in other idioms. Like opening github.
![image](https://private-user-images.githubusercontent.com/50538146/282315549-011d6485-dafc-40d6-927e-96e4492e0781.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4NTM3NDEsIm5iZiI6MTczOTg1MzQ0MSwicGF0aCI6Ii81MDUzODE0Ni8yODIzMTU1NDktMDExZDY0ODUtZGFmYy00MGQ2LTkyN2UtOTZlNDQ5MmUwNzgxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDA0MzcyMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg3MjQ3M2JiMDE0MDk3Zjc2OGM3ZDg2Yzk0ZjY3NmRkNDQ3ZTgzYjYyYmQwMTExOTVkN2VhMTdjMTQyMWFkOGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0f02yM04gD6k6Ft22S1l-_YdTPwgMYW_Ea5VrD23rpA)
I think this should work to disable (in my case it worked):
user_pref("browser.translations.automaticallyPopup", false);
user_pref("browser.translations.enable", false);
I'm sorry for my English, it's not my primary language
Beta Was this translation helpful? Give feedback.
All reactions