From 80e43bfd41fa74444a8b040504e32d6f18f970c3 Mon Sep 17 00:00:00 2001 From: MasterKia Date: Tue, 13 Sep 2022 16:57:31 +0430 Subject: [PATCH] Add another example for window-close-if --- Resources-Library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index dbaa91c..7c4cfd6 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -558,7 +558,7 @@ Parameters: New in [1.39.3b10](https://github.com/gorhill/uBlock/commit/c198b9a748265c0e1ce7f5bad4528d5bf6ce8161). -Closes fresh browser tabs of the specified page. Can be used to close tabs which have been opened from other applications. Can be narrowed down to specific path by parameter. Whole browser window will be closed if it's the last/only tab (depends on browser configuration). +Closes fresh browser tabs of the specified page. Can also be used to close tabs which have been opened from other applications. Can be narrowed down to specific path by parameter. Whole browser window will be closed if it's the last/only tab (depends on browser configuration). Parameters: @@ -567,7 +567,7 @@ Parameters: Example: - `acestream.com##+js(window-close-if, /plan/select?popup=noads)` - + - `example.com##+js(window-close-if, /^/)` - will close all new tabs going to `example.com` on _any_ site. ***