StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
JPS  
#1 Posted : Wednesday, December 7, 2022 12:07:59 AM(UTC)
JPS

Rank: Member

Reputation:

Groups: Approved
Joined: 12/6/2022(UTC)
Posts: 12

Thanks: 5 times
I have two apps defined, the two of them are chrome.exe, the first is for all chrome sites, so I'm using the module name, the second is a specific site, in this case tradingView, both of them are working just fine if I deactivate the other, but when both are active the generic one is working, not the specific, TradingView, I tried to make an exception using regex, telling the general one, in the "Owner title" that ignore "TradingView" but I'm unable to do it, do you know how to do it?
Rob  
#2 Posted : Wednesday, December 7, 2022 1:03:16 AM(UTC)
Rob

Rank: Administration

Reputation:

Groups: Translators, Members, Administrators
Joined: 1/11/2018(UTC)
Posts: 1,359
United States
Location: Tampa, FL

Thanks: 28 times
Was thanked: 419 time(s) in 356 post(s)
In your normal Chrome app definition, add this to the Owner Title/Text (check the Regex box):
Code:
^((?!TradingView).)*$


In your TradingView app definition, add this to the Owner Title/Text (check Regex box):
Code:
^TradingView.*

Seems to work for me doing a quick test.
thanks 1 user thanked Rob for this useful post.
JPS on 12/7/2022(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.