aboutsummaryrefslogtreecommitdiffstats
path: root/src/3p-filters.html
Commit message (Collapse)AuthorAgeFilesLines
* anoher important buttongorhill2015-05-281-1/+1
|
* this fixes #250gorhill2015-05-281-2/+2
|
* minor changegorhill2015-04-211-1/+1
|
* remove strike-through as per ↵gorhill2015-04-201-1/+1
| | | | https://github.com/gorhill/uBlock/issues/78#issuecomment-94503857
* this fixes #78gorhill2015-04-171-0/+1
|
* this fixes #1058gorhill2015-03-231-1/+1
|
* this fixes #982, #978, #965gorhill2015-03-101-2/+6
|
* More µ to uChris2015-03-091-1/+1
|
* this fixes #954gorhill2015-03-081-2/+18
|
* remove overhead of PSL for "3rd-party filters" tabRaymond Hill2014-11-261-2/+0
|
* Drop js-loader, updates from gorhill/uBlock/masterDeathamns2014-11-091-10/+8
|
* Avoid using Chrome's @@bidi_* type i18n messagesDeathamns2014-11-091-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 supportDeathamns2014-11-091-0/+46