1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 03:21:09 +12:00
Commit graph

376 commits

Author SHA1 Message Date
gorhill 158eb0f45e translation work from https://crowdin.com/project/umatrix 2015-10-31 18:31:55 -04:00
gorhill 3eedfd6fbb translation work from https://crowdin.com/project/umatrix 2015-10-08 11:40:01 -04:00
gorhill 6fdbf9dd94 this addresses #122 2015-09-26 11:51:06 -04:00
gorhill 7d4e569bd6 see if this helps #362 2015-09-26 11:11:08 -04:00
gorhill 3c1419ad3b this addresses https://github.com/gorhill/uBlock/issues/724 2015-09-26 11:10:10 -04:00
gorhill 16f986860e translation work from https://crowdin.com/project/umatrix 2015-09-16 19:16:48 -04:00
gorhill c03d38a5c6 this fixes #349 2015-09-09 00:31:28 -04:00
gorhill e18782672d this fixes #345 2015-09-08 10:49:41 -04:00
gorhill e25d748aa4 translation work from https://crowdin.com/project/umatrix 2015-09-05 12:36:59 -04:00
gorhill f3876463d3 imported cloud storage support from uBlock: user rules supported for now 2015-09-05 12:29:28 -04:00
gorhill 9e4e4943f3 this fixes many strictness warning in browser console 2015-08-27 14:29:35 -04:00
gorhill 7bc684f2b8 translation work from https://crowdin.com/project/umatrix 2015-08-27 13:23:02 -04:00
gorhill 2224ece1a5 this fixes #320 2015-08-13 11:15:28 -04:00
David Manouchehri 471c314bed Added warning about User Agent leaking. 2015-08-03 17:13:11 -04:00
gorhill cfbce5297a translation work from https://crowdin.com/project/umatrix 2015-07-30 09:37:16 -04:00
gorhill 98c51dbff4 #301: resize only if necessary 2015-07-28 15:00:31 -04:00
gorhill a914c01ea9 popup resize: code review 2015-07-24 08:22:54 -04:00
gorhill 479b454307 Hopefully this fixes #301 2015-07-23 16:24:07 -04:00
gorhill 77b0dd8233 translation work from https://crowdin.com/project/umatrix 2015-07-21 21:17:36 -04:00
gorhill 6c24fe8e2a this fixes scope button height in matrix popup + matrix popup from logger 2015-07-21 21:14:55 -04:00
gorhill c8765697e1 bring in uBlock's changes to uDom 2015-07-21 08:29:15 -04:00
John Keeping 20e294884a Add trailing newline to exported rules file
According to POSIX a text file is "a file that contains characters
organized into zero or more lines" [1] and a line is "a sequence of zero
or more non- <newline> characters plus a terminating <newline>
character" [2].  Since we are claiming to produce a text file, it should
have a trailing newline.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_397
[2] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
2015-07-08 16:24:06 +01:00
gorhill 3591ca42f6 translation work from https://crowdin.com/project/umatrix 2015-07-05 08:55:34 -04:00
gorhill 3d3673f163 this fixes #283 2015-07-05 08:21:10 -04:00
gorhill 07ba0a0a4b this fixes #270 2015-06-18 08:27:44 -04:00
gorhill a7329ef71d support importing uBlock ruleset syntax 2015-06-05 09:19:15 -04:00
gorhill a1f8e9599e translation work from https://crowdin.com/project/umatrix 2015-06-04 10:29:24 -04:00
gorhill fd4a7579f1 re-worked popup UI to access dashboard from title bar (like uBlock) 2015-06-04 08:26:28 -04:00
gorhill ef68842b80 this fixes #232 + AMO feedback re. using innerHTML 2015-05-31 18:11:00 -04:00
gorhill 5997dec5d1 this brings logger's filter exp. parser improvements from uBlock 2015-05-30 17:44:21 -04:00
gorhill a2e5fd671e support external stock hosts files 2015-05-30 17:33:35 -04:00
gorhill 32333a440a translation work from https://crowdin.com/project/umatrix 2015-05-30 07:55:15 -04:00
gorhill b20d44e36c this should fix #225 2015-05-27 07:51:48 -04:00
gorhill f81933fb59 this fixes 23aa1e79cb (commitcomment-11318549) 2015-05-21 20:11:54 -04:00
gorhill 0d6c28642c translation work from https://crowdin.com/project/umatrix 2015-05-19 07:19:37 -04:00
gorhill 23aa1e79cb remove overhead of tab selector update when no change 2015-05-18 07:32:25 -04:00
gorhill 8063ea1e67 translation work from https://crowdin.com/project/umatrix 2015-05-17 23:49:28 -04:00
gorhill e927581336 translation work from https://crowdin.com/project/umatrix 2015-05-17 15:17:02 -04:00
gorhill 33708938da this fixes #212 2015-05-17 15:11:57 -04:00
gorhill 855833c978 code review 2015-05-17 15:00:37 -04:00
gorhill 779c9a6c36 this fixes #211 2015-05-17 14:56:53 -04:00
gorhill cbc0337110 code review re. new tab selector 2015-05-16 13:17:46 -04:00
gorhill d7b6be4567 logger: filter entries by tab 2015-05-15 23:05:37 -04:00
gorhill 262661347b translation work from https://crowdin.com/project/umatrix 2015-05-14 21:10:02 -04:00
gorhill 05d8c51580 this fixes #205 2015-05-14 21:04:49 -04:00
gorhill 0d92dd7e5b default to block if no rule at all 2015-05-14 13:28:58 -04:00
gorhill d03434cc43 more bools 2015-05-13 19:14:00 -04:00
gorhill 6369d37567 must return bool, not undefined 2015-05-13 19:11:44 -04:00
gorhill 446b5a0a81 minor css 2015-05-13 18:14:08 -04:00
gorhill 02760abbf0 translation work from Crowdin 2015-05-13 18:13:49 -04:00
gorhill 20bd54c56b allow some local settings to be modified by users 2015-05-13 15:32:45 -04:00
gorhill f3c5815848 interim version number for dev build 2015-05-13 14:53:29 -04:00
gorhill aea695bf8b code review 2015-05-13 14:32:16 -04:00
gorhill 568ad296a3 this should fix #194 2015-05-12 19:50:48 -04:00
gorhill ae701d9aff this fixes #191: loggin every ua-str rotation is overkill 2015-05-12 19:47:33 -04:00
gorhill 6f4257bb2a this fixes #189 2015-05-12 18:29:51 -04:00
gorhill 73ed896a85 this fixes browser history quirk on Chromium 2015-05-12 08:22:05 -04:00
gorhill 535a46db37 this fixes warning/error entries in browser console 2015-05-12 08:04:13 -04:00
gorhill 2f075c71e2 translation work from https://crowdin.com/project/umatrix 2015-05-12 06:38:04 -04:00
gorhill 438a7dca0a minor code review 2015-05-12 06:36:30 -04:00
gorhill 83cc6053eb more minor details fixed 2015-05-11 16:48:29 -04:00
gorhill 4ba4d55e6b fixing small details 2015-05-11 15:44:11 -04:00
gorhill 4d4837924c translation work from https://crowdin.com/project/umatrix 2015-05-11 15:32:32 -04:00
gorhill b65fd71012 minor css edit 2015-05-11 14:53:59 -04:00
gorhill 9d245c0510 logger: "bts" keyword to filter behind-the-scene events 2015-05-11 13:16:50 -04:00
gorhill 7dcfdf9e08 improved cookie emphasis in logger 2015-05-11 12:49:03 -04:00
gorhill c8f162d0bb punycode scope selector 2015-05-11 11:53:02 -04:00
gorhill 8aaadb8fc0 toward a release: general code review, polishing, removing obsolete stuff 2015-05-11 10:55:06 -04:00
gorhill 257334b4c2 importing rp rules 2015-05-10 18:22:52 -04:00
gorhill 3d3160efdf minor code review 2015-05-10 17:59:58 -04:00
gorhill 9afbbae8cf minor css tweaks 2015-05-10 15:28:05 -04:00
gorhill 9a40eb17a0 fixed i18n mistake 2015-05-09 20:16:57 -04:00
gorhill 3384a7614a do not count own inline script 2015-05-09 19:34:45 -04:00
gorhill 6bc728f8b8 refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
gorhill 57de4fdf14 code review 2015-05-09 17:14:22 -04:00
gorhill 1cc471bd39 reset minimized state 2015-05-09 12:48:57 -04:00
gorhill 5155b87ca9 translation work from https://crowdin.com/project/umatrix 2015-05-09 12:35:41 -04:00
gorhill 486183cbe6 this fixes popup matrix position/resize issues 2015-05-09 12:07:20 -04:00
gorhill 04f160efba this addresses #171 2015-05-09 07:44:56 -04:00
gorhill 186c649984 thsi fixes #170 2015-05-08 09:02:12 -04:00
gorhill 654821f101 translation work from https://crowdin.com/project/umatrix 2015-05-08 07:48:57 -04:00
gorhill 52540c1a9a various fixes 2015-05-08 07:43:23 -04:00
gorhill 05089dc370 preparing for i18n + better defaults 2015-05-07 18:38:29 -04:00
gorhill a313e4653d use textContent, not innerText 2015-05-07 11:53:07 -04:00
gorhill 8f2b473928 filtering in logger + various small fixes 2015-05-07 11:39:21 -04:00
gorhill 4142551c13 fixed controls broken by incremental rendering 2015-05-07 00:39:17 -04:00
gorhill f8c38177e2 this fixes sticky dirty state 2015-05-06 19:13:38 -04:00
gorhill 0211bcec64 regression: fixed broken polling 2015-05-06 18:59:07 -04:00
gorhill e025afe8ea allow cleaning up voided rows 2015-05-06 18:31:13 -04:00
gorhill 7c8a8cdf64 better incremental rendering of the matrix 2015-05-06 16:32:41 -04:00
gorhill af57d6d9e7 one pulling if needed is better than always pushing to many + polishing logger 2015-05-06 13:01:02 -04:00
gorhill 1d8243583c more work on matrix popup integration within logger 2015-05-06 10:04:49 -04:00
gorhill 1901b9c6e8 allow access to toolbar controls 2015-05-06 00:41:25 -04:00
gorhill 6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill b518ab5573 minor fixes 2015-05-04 20:58:30 -04:00
gorhill 89a2610ab1 various fixes 2015-05-04 20:26:45 -04:00
gorhill 13c03d802d oops 2015-05-04 19:07:12 -04:00
gorhill 4a86eb0525 https://xkcd.com/1296/ 2015-05-04 18:00:01 -04:00
gorhill c18db8cc7f a few css fixes 2015-05-04 17:49:15 -04:00
gorhill a49340b57a firefox: cookie and browser cache management 2015-05-04 15:14:51 -04:00