Lazyuki / ReTitle

Chrome/Firefox extension for renaming tab titles easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature_request(regex): allow multiple regular expressions for single domain

Kristinita opened this issue · comments

1. Summary

It would be nice, if would be possible allow multiple regular expressions for single domain.

2. Example

2.1. Expected behavior

For YouTube:

If window title contains Своя игра words:

    Tab ReTitle change window title to KiraJeopardyTitle

elif Что? Где? Когда? words:

    Tab ReTitle change window title to KiraWhatWhereWhenTitle

else no Своя игра or Что? Где? Когда?:

    Tab ReTitle not change window title

2.2. Tab ReTitle implementation

Allow both regular expression for *www.youtube.com* domain:

  1. /.*Своя игра.*/KiraJeopardyTitle/
  2. /.*Что\? Где\? Когда\?.*/KiraWhatWhereWhenTitle/

3. Argumentation

3.1. Common cause

Successful streaming use OBS Studio.

3.2. Details

As I described in #23, unfortunately, OBS Studio can't recognize window by title wildcard or regular expressions.

I need some OBS Studio actions for YouTube videos, that contains Своя игра in title, and another actions, if title contains Что? Где? Когда?. Currently, I can't do it.

Thanks.