Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fine tuning warning page | gorhill | 2015-03-30 | 2 | -13/+42 |
| | |||||
* | do not include unused entries in backup | gorhill | 2015-03-30 | 2 | -1/+21 |
| | |||||
* | this fixes #1118 | gorhill | 2015-03-29 | 1 | -0/+7 |
| | |||||
* | code review | gorhill | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | this fixes #618 | gorhill | 2015-03-29 | 2 | -272/+232 |
| | |||||
* | this fixes #1113 | gorhill | 2015-03-28 | 1 | -5/+4 |
| | |||||
* | this fixes #1106 | gorhill | 2015-03-27 | 1 | -12/+11 |
| | |||||
* | this fixes #1013, #1062 (draft) | gorhill | 2015-03-27 | 10 | -23/+373 |
| | |||||
* | this fixes #1102 | gorhill | 2015-03-27 | 2 | -0/+17 |
| | |||||
* | merged #1096 fixes | gorhill | 2015-03-26 | 1 | -0/+11 |
| | |||||
* | #1013: Firefox support | gorhill | 2015-03-26 | 1 | -20/+31 |
| | |||||
* | #1013: fine tuning | gorhill | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | this fixes #1013 | gorhill | 2015-03-25 | 6 | -44/+263 |
| | |||||
* | this fixes #1040, #870 | gorhill | 2015-03-25 | 2 | -16/+14 |
| | |||||
* | oops, `*` is a valid hostname placeholder | gorhill | 2015-03-23 | 1 | -1/+3 |
| | |||||
* | This addresses #1082 | gorhill | 2015-03-23 | 1 | -0/+7 |
| | |||||
* | this fixes #1078 | gorhill | 2015-03-23 | 3 | -18/+23 |
| | |||||
* | cosmetic filtering: support unicode hostnames (#498) | gorhill | 2015-03-23 | 1 | -1/+10 |
| | |||||
* | this fixes #1058 | gorhill | 2015-03-23 | 1 | -2/+20 |
| | |||||
* | re. #1070 | gorhill | 2015-03-22 | 1 | -3/+3 |
| | |||||
* | oops: forgot about why we can't do this. Will leave the commented out code ↵ | gorhill | 2015-03-22 | 1 | -5/+5 |
| | | | | in there as a reminder. | ||||
* | this should fix #1068 | gorhill | 2015-03-22 | 1 | -39/+46 |
| | |||||
* | epicker: ignore URI without a hostname | gorhill | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | code review: element picker | gorhill | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | code review: floating net requests recategorized as behind-the-scene | gorhill | 2015-03-21 | 2 | -7/+17 |
| | |||||
* | code review | gorhill | 2015-03-21 | 1 | -19/+26 |
| | |||||
* | lower verbosity of CSS rules where possible | gorhill | 2015-03-20 | 1 | -8/+15 |
| | |||||
* | removed obsolete code following fix to #510 | gorhill | 2015-03-20 | 1 | -5/+1 |
| | |||||
* | this fixes #510 | gorhill | 2015-03-20 | 1 | -4/+18 |
| | |||||
* | remember/restore element picker session data when same URL | gorhill | 2015-03-20 | 4 | -21/+46 |
| | |||||
* | #1048: also need the fix for resources loaded later | gorhill | 2015-03-20 | 1 | -8/+15 |
| | |||||
* | hopefully this fixes #1053 | gorhill | 2015-03-20 | 1 | -1/+13 |
| | |||||
* | this fixes #1048 | gorhill | 2015-03-19 | 1 | -3/+9 |
| | |||||
* | we need the body as anchor for relative CSS rules | gorhill | 2015-03-19 | 1 | -1/+1 |
| | |||||
* | code review | gorhill | 2015-03-19 | 1 | -19/+15 |
| | |||||
* | this addresses #1044 | gorhill | 2015-03-19 | 1 | -5/+79 |
| | |||||
* | attempt at addressing #514, #518 | gorhill | 2015-03-18 | 2 | -0/+65 |
| | |||||
* | related to #953 | gorhill | 2015-03-18 | 1 | -1/+6 |
| | |||||
* | this fixes #1038 | gorhill | 2015-03-17 | 1 | -10/+32 |
| | |||||
* | #1004: reduce overhead of CSS selector validation | gorhill | 2015-03-17 | 1 | -55/+71 |
| | |||||
* | be ready for when Element.matches is not supported | gorhill | 2015-03-16 | 1 | -0/+8 |
| | |||||
* | typo | gorhill | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | this fixes #1004 | gorhill | 2015-03-16 | 1 | -3/+28 |
| | |||||
* | this fixes #1033 | gorhill | 2015-03-16 | 1 | -1/+3 |
| | |||||
* | minor changes | gorhill | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | set popup *size* as early as possible | gorhill | 2015-03-16 | 1 | -23/+35 |
| | |||||
* | oops | gorhill | 2015-03-16 | 1 | -1/+0 |
| | |||||
* | code review | gorhill | 2015-03-16 | 2 | -7/+17 |
| | |||||
* | abp:subscribe fixes | Deathamns | 2015-03-16 | 1 | -10/+12 |
| | | | | | | | | | Test a[href^="abp:"], since the protocol probably not used for anything else, also "a", because ABP checks only anchors, and these links are made only for ABP. Also, the event target is not always the link, so at least some parents should be tested as well. | ||||
* | Merge branch 'fix1025' of github.com:gorhill/uBlock | gorhill | 2015-03-15 | 2 | -1/+9 |
|\ |