aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/contentscript-end.js
Commit message (Expand)AuthorAgeFilesLines
* different fix for #762, which does not create a regression of 435gorhill2015-10-141-4/+10
* this addresses https://www.reddit.com/r/pathofexile/comments/3okptl/ublock_or...gorhill2015-10-131-1/+5
* this fixes #762gorhill2015-09-281-6/+4
* select optimal `hideElements` depending on whether shadow DOM is supportedgorhill2015-09-151-42/+45
* code reviewed implementation of high-medium generic cosmetic filtersgorhill2015-09-111-1/+21
* #44: meant to use mousedown...gorhill2015-09-101-2/+2
* Experimental fix for #44gorhill2015-09-101-6/+7
* this fixes #672gorhill2015-09-041-17/+33
* https://github.com/chrisaljoudi/uBlock/issues/1528: apply fix to scriptlets toogorhill2015-08-281-1/+2
* this fixes https://github.com/chrisaljoudi/uBlock/issues/1528gorhill2015-08-281-2/+7
* #608: this fixes a bunch of strictness-related warningsgorhill2015-08-181-4/+4
* multiple shadow roots is deprecated: https://www.chromestatus.com/features/46...gorhill2015-08-131-1/+6
* minor code reviewgorhill2015-08-031-2/+3
* code reviewgorhill2015-08-021-2/+3
* try/catch createShadowRoot in contentscriptsSean Rand2015-08-031-1/+6
* this makes shadow DOM work on Firefoxgorhill2015-07-061-3/+1
* #435: using shadow nodes instead of modifying directly nodes' style attrgorhill2015-07-061-3/+25
* this fixes #290gorhill2015-06-041-4/+14
* this fixes many addon validation warningsgorhill2015-05-171-3/+3
* this fixes bad testgorhill2015-05-161-1/+1
* importing uMatrix unified loggergorhill2015-05-081-1/+6
* this fixes #162gorhill2015-05-011-2/+20
* just to keep track of findings re classListgorhill2015-04-261-0/+5
* this fixes under-reporting of active cosmetic filters in loggergorhill2015-04-251-1/+7
* report active cosmetic filters in loggergorhill2015-04-251-3/+3
* code reviewgorhill2015-04-071-28/+7
* this fixes https://github.com/gorhill/uMatrix/issues/144gorhill2015-04-071-16/+84
* Correct issue linksYFdyh0002015-04-071-17/+17
* new switch: toggle cosmetic filtering on/off for a sitegorhill2015-04-051-4/+6
* code reviewgorhill2015-03-291-1/+1
* this fixes #618gorhill2015-03-291-212/+203
* this fixes #1113gorhill2015-03-281-5/+4
* #1048: also need the fix for resources loaded latergorhill2015-03-201-8/+15
* this fixes #1048gorhill2015-03-191-3/+9
* code review: no need to re-send generic exception filters every timegorhill2015-03-131-13/+16
* code review: no need to distinguish generic exception filtersgorhill2015-03-131-12/+0
* this fixes #497gorhill2015-03-131-0/+3
* Change extension descriptionDeathamns2015-03-071-1/+1
* commented out dev-only codegorhill2015-03-061-1/+1
* code reviewgorhill2015-03-021-4/+4
* high-high generic: do not try forevergorhill2015-03-011-6/+15
* I misunderstood Element.matches(), revertinggorhill2015-03-011-29/+1
* code reviewgorhill2015-03-011-1/+1
* re-benchmarked using same settings as Chromiumgorhill2015-03-011-2/+2
* speed boost for processing high-high genericsgorhill2015-03-011-29/+56
* this fixes #869gorhill2015-02-241-18/+17
* this mitigates #520, #376gorhill2015-02-231-1/+0
* Save mouse position only in top documentDeathamns2015-02-161-1/+4
* do not leak uBlock is in use (see comment in 21ea1a6e03ecd274cc318995566e9a07...gorhill2015-02-141-1/+0
* #789: code review: even simpler, just check parent nodegorhill2015-02-141-2/+3