Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | anoher important button | gorhill | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | this fixes #250 | gorhill | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | minor change | gorhill | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | remove strike-through as per ↵ | gorhill | 2015-04-20 | 1 | -1/+1 |
| | | | | https://github.com/gorhill/uBlock/issues/78#issuecomment-94503857 | ||||
* | this fixes #78 | gorhill | 2015-04-17 | 1 | -0/+1 |
| | |||||
* | this fixes #1058 | gorhill | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | this fixes #982, #978, #965 | gorhill | 2015-03-10 | 1 | -2/+6 |
| | |||||
* | More µ to u | Chris | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | this fixes #954 | gorhill | 2015-03-08 | 1 | -2/+18 |
| | |||||
* | remove overhead of PSL for "3rd-party filters" tab | Raymond Hill | 2014-11-26 | 1 | -2/+0 |
| | |||||
* | Drop js-loader, updates from gorhill/uBlock/master | Deathamns | 2014-11-09 | 1 | -10/+8 |
| | |||||
* | Avoid using Chrome's @@bidi_* type i18n messages | Deathamns | 2014-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | ... for the sake of portability. When including vapi-common.js in an HTML file, then the body element there will have a "dir" attribute filled with the current locale's direction (ltr or rtl). The following languages are considered right-to-left: ar, he, fa, ps, ur. Everything else is left-to-right. After the "dir" attribute is set, we can decide in CSS which elements should have different styling for rtl languages (e.g., body[dir=rtl] #id). | ||||
* | Work on vendor API abstraction, and near complete Safari support | Deathamns | 2014-11-09 | 1 | -0/+46 |