Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoothfox values in quotation marks #294

Closed
Kutschel opened this issue May 21, 2024 · 1 comment
Closed

Smoothfox values in quotation marks #294

Kutschel opened this issue May 21, 2024 · 1 comment
Assignees

Comments

@Kutschel
Copy link

In your Smoothfox / NATURAL SMOOTH SCROLLING V3 part of your js you use the following three values without quotation marks:

user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", 2);
user_pref("general.smoothScroll.currentVelocityWeighting", 1);
user_pref("general.smoothScroll.stopDecelerationWeighting", 1);

The three need to be in quotation ("") to be recognized by Firefox - like in the original config by AveYo: https://github.com/AveYo/fox/blob/main/Natural%20Smooth%20Scrolling%20for%20user.js

So this works:

user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", "2");
user_pref("general.smoothScroll.currentVelocityWeighting", "1");
user_pref("general.smoothScroll.stopDecelerationWeighting", "1");

This issue might be specific to my German formats. Without quotation I only get the default or previous correct values. Tested on both of my Windows devices.

@yokoffing
Copy link
Owner

Hmm. I wonder why I didn't include the quotation marks from those values. I don't recall any discussion about those.

Anyway, thanks for catching that!

cloudzcodes added a commit to cloudzcodes/Betterfox-personal-tweaks that referenced this issue Jul 6, 2024
commit 1576c86
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jul 5 10:22:54 2024 -0400

    network.ftp.enabled removed

commit 91a9e97
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:59:19 2024 -0400

    tweak description

commit d052600
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:28:15 2024 -0400

    add dom.prefetch_dns_for_anchor_http_document

commit 597ac14
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:27:18 2024 -0400

    dom.prefetch_dns_for_anchor_http_document

commit 961b053
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:23:30 2024 -0400

    Update user-overrides.js

commit 5984517
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 29 11:35:26 2024 -0400

    dom.security.https_first default FF129

commit 016428a
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Jun 26 11:39:13 2024 -0400

    restore browser.privateWindowSeparation.enabled

    https://bugzilla.mozilla.org/show_bug.cgi?id=1901840

commit 0a271d8
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Jun 26 11:37:44 2024 -0400

    restore privateWindowSeparation.enabled

    https://bugzilla.mozilla.org/show_bug.cgi?id=1901840

commit ac78f93
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 25 15:50:45 2024 -0400

    revise minimum interval (in ms) between session save operations

    yokoffing#302

commit 0e0bcd1
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:13:09 2024 -0400

    remove browser.search.separatePrivateDefault.urlbarResult.enabled

commit 23d54af
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:05:11 2024 -0400

    enable browser.urlbar.untrimOnUserInteraction.featureGate

commit 0fba250
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:04:55 2024 -0400

    trim https in URL bar

commit 0a66ab4
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:50:18 2024 -0400

    add ver number

commit 28ac3ac
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:39:38 2024 -0400

    widget.non-native-theme.enabled removed

commit 2592a74
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:37:25 2024 -0400

    update bounce tracking and DLP

commit 4c6e342
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:31:30 2024 -0400

    Mozilla's geolocation service is discontinued

commit f07cf91
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:31:22 2024 -0400

    Mozilla's geolocation service is discontinued

commit afc149d
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:22:21 2024 -0400

    reveal HTTPS in the URL upon double click

commit 3c943a6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 10:05:44 2024 -0400

    Update user-overrides.js

commit 8ab4e35
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 09:53:24 2024 -0400

    firefox view changes

commit fafd1f2
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 09:25:03 2024 -0400

    cleanup and add enterprise

commit 37b4b8b
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:55:33 2024 -0400

    purge removed prefs

commit bd4f693
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:49:30 2024 -0400

    browser.taskbar.lists.frequent.enabled

commit e2ebed1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:46:08 2024 -0400

    mozilla removed private window separation

commit 5d430af
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:41:16 2024 -0400

    mozilla removed browser.privateWindowSeparation.enabled

commit 996d16d
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:40:22 2024 -0400

    text fragments

commit 5e6349f
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 14:25:28 2024 -0400

    warnings

commit de7f4ff
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:50:07 2024 -0400

    Update README.md

commit 3b79de3
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:49:07 2024 -0400

    add quote

commit 5a1bf05
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:45:46 2024 -0400

    fix link

commit 0a6a43c
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:44:14 2024 -0400

    further tweak clear history migration

commit e52bede
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:21:50 2024 -0400

    remove depreciated prefs

commit 824cc64
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:19:57 2024 -0400

    Update Securefox.js

commit a5e37e6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:16:18 2024 -0400

    specify tabs for containers

commit 4aa420a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:13:00 2024 -0400

    ver num

commit 2409306
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:07:52 2024 -0400

    migrate sanitize prefs to 128

commit 5d4317c
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:44:46 2024 -0400

    browser.contentanalysis.default_allow

commit e2d2ab6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:37:54 2024 -0400

    option to disable JIT, webassembly, etc.

    yokoffing#299

commit 752de9a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:29:28 2024 -0400

    mixed content defaults

commit fe11c54
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:21:59 2024 -0400

    remove mixed_content prefs

commit 1db0a39
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Wed May 29 13:40:19 2024 -0400

    browser.privateWindowSeparation.enabled removed

commit 9756922
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri May 24 14:23:00 2024 -0400

    update NTP setting text

commit dfb297b
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue May 21 09:59:03 2024 -0400

    some values need quotation marks

    yokoffing#294

commit cf2c13a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon May 20 14:37:07 2024 -0400

    v123-126 (yokoffing#276)

commit c366439
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Mar 18 18:12:48 2024 -0400

    fix

commit bd128d8
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Mar 18 18:11:55 2024 -0400

    add counter

commit d4f1744
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Mar 13 11:47:02 2024 -0400

    v122.1 (yokoffing#280)

    * network.buffer.cache.size causes HTML issue

commit 14de7b1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Feb 19 12:06:22 2024 -0500

    v120-122 (yokoffing#268)

commit 27bcd88
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jan 30 13:29:18 2024 -0500

    AF credit

commit 6477468
Author: e-tho <128100160+e-tho@users.noreply.github.com>
Date:   Fri Jan 26 23:43:37 2024 +0100

    fix typo (yokoffing#273)

commit 4d23050
Author: system32.eth <23362597+Raecaug@users.noreply.github.com>
Date:   Wed Jan 3 09:14:15 2024 -0500

    Update Fastfox.js (yokoffing#269)

    Missing closing quote on variable

commit 042bcc1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Dec 12 09:03:56 2023 -0500

    Update README.md

    yokoffing#266
cloudzcodes added a commit to cloudzcodes/Betterfox-personal-tweaks that referenced this issue Jul 6, 2024
commit 1576c86
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jul 5 10:22:54 2024 -0400

    network.ftp.enabled removed

commit 91a9e97
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:59:19 2024 -0400

    tweak description

commit d052600
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:28:15 2024 -0400

    add dom.prefetch_dns_for_anchor_http_document

commit 597ac14
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:27:18 2024 -0400

    dom.prefetch_dns_for_anchor_http_document

commit 961b053
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jul 4 15:23:30 2024 -0400

    Update user-overrides.js

commit 5984517
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 29 11:35:26 2024 -0400

    dom.security.https_first default FF129

commit 016428a
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Jun 26 11:39:13 2024 -0400

    restore browser.privateWindowSeparation.enabled

    https://bugzilla.mozilla.org/show_bug.cgi?id=1901840

commit 0a271d8
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Jun 26 11:37:44 2024 -0400

    restore privateWindowSeparation.enabled

    https://bugzilla.mozilla.org/show_bug.cgi?id=1901840

commit ac78f93
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 25 15:50:45 2024 -0400

    revise minimum interval (in ms) between session save operations

    yokoffing#302

commit 0e0bcd1
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:13:09 2024 -0400

    remove browser.search.separatePrivateDefault.urlbarResult.enabled

commit 23d54af
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:05:11 2024 -0400

    enable browser.urlbar.untrimOnUserInteraction.featureGate

commit 0fba250
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sun Jun 23 13:04:55 2024 -0400

    trim https in URL bar

commit 0a66ab4
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:50:18 2024 -0400

    add ver number

commit 28ac3ac
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:39:38 2024 -0400

    widget.non-native-theme.enabled removed

commit 2592a74
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:37:25 2024 -0400

    update bounce tracking and DLP

commit 4c6e342
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:31:30 2024 -0400

    Mozilla's geolocation service is discontinued

commit f07cf91
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:31:22 2024 -0400

    Mozilla's geolocation service is discontinued

commit afc149d
Author: yokoffing <11689349+yokoffing@users.noreply.github.com>
Date:   Sat Jun 22 12:22:21 2024 -0400

    reveal HTTPS in the URL upon double click

commit 3c943a6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 10:05:44 2024 -0400

    Update user-overrides.js

commit 8ab4e35
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 09:53:24 2024 -0400

    firefox view changes

commit fafd1f2
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Thu Jun 20 09:25:03 2024 -0400

    cleanup and add enterprise

commit 37b4b8b
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:55:33 2024 -0400

    purge removed prefs

commit bd4f693
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:49:30 2024 -0400

    browser.taskbar.lists.frequent.enabled

commit e2ebed1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:46:08 2024 -0400

    mozilla removed private window separation

commit 5d430af
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:41:16 2024 -0400

    mozilla removed browser.privateWindowSeparation.enabled

commit 996d16d
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri Jun 14 16:40:22 2024 -0400

    text fragments

commit 5e6349f
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 14:25:28 2024 -0400

    warnings

commit de7f4ff
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:50:07 2024 -0400

    Update README.md

commit 3b79de3
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:49:07 2024 -0400

    add quote

commit 5a1bf05
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:45:46 2024 -0400

    fix link

commit 0a6a43c
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:44:14 2024 -0400

    further tweak clear history migration

commit e52bede
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:21:50 2024 -0400

    remove depreciated prefs

commit 824cc64
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:19:57 2024 -0400

    Update Securefox.js

commit a5e37e6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:16:18 2024 -0400

    specify tabs for containers

commit 4aa420a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:13:00 2024 -0400

    ver num

commit 2409306
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 13:07:52 2024 -0400

    migrate sanitize prefs to 128

commit 5d4317c
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:44:46 2024 -0400

    browser.contentanalysis.default_allow

commit e2d2ab6
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:37:54 2024 -0400

    option to disable JIT, webassembly, etc.

    yokoffing#299

commit 752de9a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:29:28 2024 -0400

    mixed content defaults

commit fe11c54
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jun 11 12:21:59 2024 -0400

    remove mixed_content prefs

commit 1db0a39
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Wed May 29 13:40:19 2024 -0400

    browser.privateWindowSeparation.enabled removed

commit 9756922
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Fri May 24 14:23:00 2024 -0400

    update NTP setting text

commit dfb297b
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue May 21 09:59:03 2024 -0400

    some values need quotation marks

    yokoffing#294

commit cf2c13a
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon May 20 14:37:07 2024 -0400

    v123-126 (yokoffing#276)

commit c366439
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Mar 18 18:12:48 2024 -0400

    fix

commit bd128d8
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Mar 18 18:11:55 2024 -0400

    add counter

commit d4f1744
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Wed Mar 13 11:47:02 2024 -0400

    v122.1 (yokoffing#280)

    * network.buffer.cache.size causes HTML issue

commit 14de7b1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Mon Feb 19 12:06:22 2024 -0500

    v120-122 (yokoffing#268)

commit 27bcd88
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Jan 30 13:29:18 2024 -0500

    AF credit

commit 6477468
Author: e-tho <128100160+e-tho@users.noreply.github.com>
Date:   Fri Jan 26 23:43:37 2024 +0100

    fix typo (yokoffing#273)

commit 4d23050
Author: system32.eth <23362597+Raecaug@users.noreply.github.com>
Date:   Wed Jan 3 09:14:15 2024 -0500

    Update Fastfox.js (yokoffing#269)

    Missing closing quote on variable

commit 042bcc1
Author: Hal <11689349+yokoffing@users.noreply.github.com>
Date:   Tue Dec 12 09:03:56 2023 -0500

    Update README.md

    yokoffing#266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants