mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
updated comment
This commit is contained in:
parent
0a6331e7be
commit
987da1960c
1 changed files with 3 additions and 1 deletions
|
@ -287,7 +287,9 @@ FilterParser.prototype.parse = function(s) {
|
|||
|
||||
// Script tag filters: pre-process them so that can be used with minimal
|
||||
// overhead in the content script.
|
||||
// Example: focus.de##script:contains(/uabInject/)
|
||||
// Examples:
|
||||
// focus.de##script:contains(/uabInject/)
|
||||
// focus.de##script:contains(uabInject)
|
||||
if ( this.suffix.charAt(0) === 's' && this.reScriptContains.test(this.suffix) ) {
|
||||
// Currently supported only as non-generic selector. Also, exception
|
||||
// script tag filter makes no sense, ignore.
|
||||
|
|
Loading…
Reference in a new issue