Commit Graph

685 Commits

Author SHA1 Message Date
Thorin-Oakenpants
ea6e9be787
added 2024: default permissions camera/mic 2018-02-03 02:17:20 +00:00
Thorin-Oakenpants
0ebe5d0fa8
1405: WOFF2 info
https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face - see Compat table
2018-01-31 13:57:34 +00:00
Thorin-Oakenpants
ff77f7260c
remove 2513: Presentaion API fixes #325 2018-01-29 14:37:36 +00:00
Thorin-Oakenpants
93c3457d18
2427: js shared memory
MZ are flipping and a flopping on the value for a while now, lets enforce as false, specially since Spectre
2018-01-29 13:35:20 +00:00
earthlng
bc371c8c9d
Update user.js 2018-01-29 14:05:13 +01:00
Thorin-Oakenpants
622b70aa37
whoops.. relocate old 1108 to 2600's not 2400s 2018-01-29 12:55:01 +00:00
Thorin-Oakenpants
c83670f708
1100's: goodbye e10s section 2018-01-30 01:25:14 +13:00
Thorin-Oakenpants
c399bb1d2d
Update README.md 2018-01-25 04:25:39 +13:00
Thorin-Oakenpants
0a11a87fd0
Update README.md 2018-01-25 04:06:00 +13:00
earthlng
91521dbc84
1106: fix mistake
default is 1! https://dxr.mozilla.org/mozilla-release/source/modules/libpref/init/all.js#3327

>1 breaks extensions apparently: https://github.com/ghacksuserjs/ghacks-user.js/issues/346
2018-01-24 00:31:01 +01:00
Thorin-Oakenpants
14c1620994
0205: intl.locale.requested FF59+ 2018-01-22 18:49:39 +13:00
Thorin-Oakenpants
0da73d606b
0351: crash reports pref name change 2018-01-22 10:13:28 +13:00
earthlng
6a0f162d64
Update troubleshooter.js
dom.idle-observers-api.enabled not used anymore since at least FF38
security.xpconnect.plugin.unrestricted not used anymore since at least FF10
2018-01-19 11:06:02 +01:00
earthlng
038201fb07
Updater for Windows v4.3
Changes:
- The script doesn't touch the `user.js` file until it really has to.
- The merge function is a bit smarter parsing files, at no significant cost.
- Fixed a minor issue with the version check.
- Minor syntactic changes here and there.
- creates timestamped backup files rather than always overwriting user.js.bak.
(use -singlebackup if you prefer a single backup file)
2018-01-18 17:17:47 +01:00
Thorin-Oakenpants
91c8da5f12
2706->2702 merge: 3rd party cookies + sessionOnly 2018-01-18 20:26:49 +13:00
claustromaniac
22198d420a
forgot to update the showhelp function 2018-01-18 01:18:05 -03:00
Thorin-Oakenpants
6becf50fe6
4500: RFP keyboard events FF59+ 2018-01-18 15:55:57 +13:00
claustromaniac
4fb3040042
replaced -multibackups with -singlebackup
also minor changes to the merge function.
2018-01-17 12:30:02 -03:00
Thorin-Oakenpants
5005376742
0417: disable SB data sharing 2018-01-17 17:33:45 +13:00
Thorin-Oakenpants
48f95f2ac7
2706: set 3rd party HTTP cookies as session-only 2018-01-17 17:21:06 +13:00
Thorin-Oakenpants
e5c14eb700
tidy up info on prefs that require a restart
this is not all prefs, just some that we already documented
2018-01-17 16:40:39 +13:00
earthlng
7a3810f6ca
Update troubleshooter.js 2018-01-16 16:52:24 +01:00
claustromaniac
c8d7694fd3
I really don't like the online editor 2018-01-16 11:13:07 -03:00
claustromaniac
343f77c5e9
minor fix on the version check
'IF !_line! GEQ 4 (' is not reliable.
2018-01-16 10:46:57 -03:00
claustromaniac
a0ec17955d
tiny change 2018-01-16 01:27:36 -03:00
claustromaniac
e195aceb54
Updater 4.3
Changes:
	-The script doesn't touch the user.js file until it really has to.
	-The merge function is a bit smarter parsing files, at no significant cost. See examples below.
	-Minor syntactic changes here and there.
Additions:
	-New -multiBackups argument. I personally intend to use it to compare files and quickly review changes.
2018-01-15 22:15:30 -03:00
earthlng
6882a64bf2
troubleshooter v1.2 2018-01-15 20:19:34 +01:00
Thorin-Oakenpants
806d6edc6d
1211+1212: clarify things better, fixes #334 2018-01-16 06:51:21 +13:00
earthlng
d1ab8fd10c
troubleshooter v1.1 2018-01-15 17:06:22 +01:00
Thorin-Oakenpants
db97478cd1
1106: number of processes default 2018-01-16 04:11:31 +13:00
Thorin-Oakenpants
48ec3da18d
0000: about:config warning
Ready... Steady... turn off about:config warning... GO!! Welcome to Firefox prefs 101 :)
2018-01-15 05:32:51 +13:00
earthlng
8c35bf5d11
1212: note about pointlessness of soft-fail 2018-01-14 10:41:16 +01:00
earthlng
a3bffb83bd
Update troubleshooter.js
https://github.com/ghacksuserjs/ghacks-user.js/issues/339
2018-01-14 09:41:30 +01:00
Thorin-Oakenpants
b30b988137
1211+1212: OCSP info tweaking, fixes #334 2018-01-12 05:26:42 +13:00
Thorin-Oakenpants
f820ecbacb
2420: asm.js info tweak, fixes #335 2018-01-12 05:08:36 +13:00
Thorin-Oakenpants
3acef78f59
4500: RFP UA spoof add 1404608 info (OS spoof) 2018-01-11 12:44:52 +13:00
earthlng
ac16b9c77b
Update troubleshooter.js
adding 'privacy.trackingprotection.enabled'. see https://github.com/ghacksuserjs/ghacks-user.js/issues/327
2018-01-09 16:20:06 +01:00
earthlng
1069915372
Create troubleshooter.js 2018-01-09 16:03:46 +01:00
Thorin-Oakenpants
978e51b515
1603: add warning, fixes #332 2018-01-08 02:24:16 +13:00
Thorin-Oakenpants
c5374b60d8
workers/service workers uM workaround #326 2018-01-06 12:09:30 +13:00
Thorin-Oakenpants
2a2b80902a
fixes/info to issues in FF58+59
FYI, the bugzilla for the fix in the header about cookies being needed for extensions + IDB is https://bugzilla.mozilla.org/show_bug.cgi?id=1406675
2018-01-05 12:23:56 +13:00
Thorin-Oakenpants
d82791a933
1241->active: block mixed passive content #326 2018-01-05 09:02:59 +13:00
Thorin-Oakenpants
d89e9834ff
Update README.md 2018-01-05 00:29:24 +13:00
Thorin-Oakenpants
04c7ed94da
add license 2018-01-02 13:30:59 +13:00
Thorin-Oakenpants
c82d6f70fe
start 58 commits 2018-01-02 12:56:16 +13:00
earthlng
dd29583735
Update .gitattributes 2017-12-30 19:33:25 +01:00
earthlng
e3ad7055dd
prefsCleaner 1.2
- Search string made case-sensitive, because Firefox preferences are.
- The script now uses regex, which allows it to understand `user.js` files formatted using single quotes, spaces and/or tabs in `user_pref` lines.

Trade-off: it can no longer reset preferences that include some special characters in their names. Not an issue for now, just something to remember.

See full discussion [here](https://github.com/ghacksuserjs/ghacks-user.js/pull/321).
2017-12-30 19:25:57 +01:00
claustromaniac
c1c368bce9
1.2
- Search string made case-sensitive, because Firefox preferences are.
- The script now uses regex, which allows it to understand user.js files formatted using single quotes, spaces, or tabs.

Trade-off: it can no longer reset preferences that include some special characters in their names. Not an issue for now, just something to remember.
2017-12-29 20:14:08 +00:00
earthlng
73f03c449f
Merge pull request #322 from ghacksuserjs/2700-renumber
2700's section revamp #235
2017-12-27 16:49:00 +01:00
Thorin-Oakenpants
31ec621d3f
typos 2017-12-27 20:23:27 +13:00