Commit Graph

674 Commits

Author SHA1 Message Date
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
Thorin-Oakenpants
8f02a5bc40
2720->2730 reference 2017-12-27 20:21:54 +13:00
Thorin-Oakenpants
73811e49be
2700's section revamp #235 2017-12-27 20:13:41 +13:00
earthlng
d7ab2f83e4
updates to prefsCleaner + updater.bat
Daily round of tweaks
2017-12-27 05:01:21 +01:00
earthlng
c0f9e6ab2b
Update prefsCleaner.bat 2017-12-27 04:59:24 +01:00
claustromaniac
7cd2c650cb
fix for previous commit
Take it or leave it. Up to you, as always.
2017-12-27 03:32:58 +00:00
claustromaniac
a1f10513ea
1.2 2017-12-26 20:06:41 +00:00
claustromaniac
74f18db85a
1.1 2017-12-26 20:04:57 +00:00
claustromaniac
2ad3fbdbd3
Update updater.bat 2017-12-26 19:37:39 +00:00
claustromaniac
68a44bcbb4
cosmetic fix
for calls to :message before the script begins logging (with -log)
2017-12-26 17:29:11 +00:00
earthlng
1f15e287fb
Updater for Windows 4.1 2017-12-26 00:30:49 +01:00
earthlng
65b64f44b6
Update updater.bat 2017-12-26 00:16:27 +01:00