Pohódnoćenja za Total Suspender
Total Suspender wot k5md
Pohódnoćenje wot Wužiwar Firefox 12616354
Z 2 z 5 pohódnoćeny
wot Wužiwar Firefox 12616354, há 6 anosthis extension doesn't work anymore, also import doesn't work. All of my tabs still in the not suspended state. I figured it out because of 2-3 G memory spent of laptop...
Wotmołwa wuwiwarja
je so há 6 anos napisałHello!
The reason, why it still suspends youtube, though you have added this string to whitelist patterns is because your example is not a regular expression. It is treated as a regular string. To add a regular expression, as stated in the description, you should prepend \regex\ to a correct regex (/pattern/flags). In your case it should be \regex\/https://www.youtube.com/*/g
And it will work.
The reason, why it still suspends youtube, though you have added this string to whitelist patterns is because your example is not a regular expression. It is treated as a regular string. To add a regular expression, as stated in the description, you should prepend \regex\ to a correct regex (/pattern/flags). In your case it should be \regex\/https://www.youtube.com/*/g
And it will work.