mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
updated comment
This commit is contained in:
parent
0a6331e7be
commit
987da1960c
@ -287,7 +287,9 @@ FilterParser.prototype.parse = function(s) {
|
|||||||
|
|
||||||
// Script tag filters: pre-process them so that can be used with minimal
|
// Script tag filters: pre-process them so that can be used with minimal
|
||||||
// overhead in the content script.
|
// 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) ) {
|
if ( this.suffix.charAt(0) === 's' && this.reScriptContains.test(this.suffix) ) {
|
||||||
// Currently supported only as non-generic selector. Also, exception
|
// Currently supported only as non-generic selector. Also, exception
|
||||||
// script tag filter makes no sense, ignore.
|
// script tag filter makes no sense, ignore.
|
||||||
|
Loading…
Reference in New Issue
Block a user