About This File
Small example script to Protect Tabs in chrome + close other tabs and duplicates
Local $sFilePath = @ScriptDir & "\ChromeProtectedTabs.exe" ;Close other tabs not containg these key words or duplicates Local $sProtectedTabs = "msdn, developer, autoit, Gmail, amazon, DuckDuckGo, YouTube" Run($sFilePath & " " & $sProtectedTabs)
What's New in Version 1.0.1.2
Released
* Running it without parameters will close duplicates by titles
+ other fixes
Version 1.0.1.1
A small change to use regular String commands instead of pattern StringRegExp ..
Version 1.0.1.0
Added support to read from "URL text" and not just the title, like it should have been done to begin with :
"developer.microsoft.com"
or
"msdn.microsoft.com"
where a key can be: "developer" or "msdn" or both when using only "microsoft"
Recommended Comments
There are no comments to display.