1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 02:20:50 +12:00
Commit graph

348 commits

Author SHA1 Message Date
Coffeemakr 12ebb136ba In addition to text files allow json files for import 2016-06-14 15:06:07 +02:00
gorhill 09cf683e1a fix #429 2016-06-05 09:11:34 -04:00
gorhill 93f963bc6c this fixes #538 2016-03-31 08:57:54 -04:00
gorhill 8f7f184837 this fixes #513 2016-03-02 16:41:51 -05:00
gorhill 2bbf72d9ab forgot to import zh-TW from https://crowdin.com/project/umatrix 2016-03-02 11:27:25 -05:00
gorhill c0821da875 brought up to date with uBO's version 2016-02-29 09:31:22 -05:00
gorhill 65924d1be8 this fixes #489 2016-02-28 16:15:23 -05:00
gorhill 17cc720dc1 this addresses #506 2016-02-27 21:46:43 -05:00
gorhill 44c1ddd00a translation work from https://crowdin.com/project/umatrix 2016-02-27 21:05:10 -05:00
gorhill e9e1f7e631 this fixes #489 2016-02-27 21:02:08 -05:00
gorhill 4f63e079bc reverting fix to #441: undesirable side effects on Firefox 2016-02-27 17:50:30 -05:00
WyohKnott c9f7cc1855 Adding visual cue indicating that a temp rule will be deleted if clicked
When clicking a temporary rule that is not in the permanent list, it is
deleted, yet no visual cue indicates this is the intended behaviour. I
initially thought it would commit the line to the permanent rules.

This patch adds a line-through on :hover to signal it.
2016-02-14 15:05:48 +01:00
gorhill fbe58341e4 translation work from https://crowdin.com/project/umatrix 2016-02-02 09:40:34 -05:00
gorhill 87e85fa0da code review: this fix broken pruning code for domainCache 2016-01-25 10:20:50 -05:00
gorhill 8200c07a7f Merge tag '0.9.3.2' 2016-01-16 12:41:42 -05:00
gorhill 1d08de94fd translation work from https://crowdin.com/project/umatrix 2016-01-16 10:00:46 -05:00
gorhill fc1662e742 Issue #441: code review
(fixed issue number in commit comment)
2015-12-19 15:52:29 -05:00
Kenny MacDermid 9170fc4b96 Allow horizontal scrolling.
Provide a horizontal scrollbar when required, and scroll the
menu header correctly while keeping it fixed vertically.

This allows Chromium users with a `Page zoom` setting to be able to see
the whole matrix.

Closes #440.
2015-12-18 17:56:03 -04:00
Rick van Hattem 9b1dda2c45 fixed chrome os x issue with too small popup size (fixes #423) 2015-12-01 15:03:59 +01:00
gorhill f4dd0254aa translation work from https://crowdin.com/project/umatrix 2015-11-15 17:35:51 -05:00
gorhill 6eaa85eee1 this should fix #357, #395 2015-11-15 17:33:05 -05:00
gorhill 8c6b94e213 this addresses #358 for the time being 2015-11-01 09:09:06 -05:00
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