Κριτικές για το Total Suspender
Total Suspender από k5md
6 κριτικές
- Βαθμολογία 2 από 5από liroken646, 2 χρόνια πρινeven after i put it to whitelest like youtube (even while the video is playing) it still suspends it after a little while if i'm not on the page
- Βαθμολογία 2 από 5από LLLLLLLllllllIIIIIiiii:::..|°|, 3 χρόνια πρινThis addon is doing its job good.
It offers user to make several custom adjustments.
Also displays on its addon symbol the number of open tabs, though this is truncated to only 3 digits.
Needs minimal permissions.
But it is very disappointing in heavy usage. A firefox with 1000s of tabs gets very sluggish with this addon, resulting in very noticeable slow response, unbearable delays when switching between tabs. - Βαθμολογία 2 από 5από Χρήστης Firefox 16069410, 5 χρόνια πρινThe settings is unstable or malfunction. Each page is suspend event if I removed it.
- Βαθμολογία 2 από 5από AM in Spring, 6 χρόνια πρινThe bad first: The reason I disabled the add-on is because every day several of the tabs would get stuck on the suspended moz-extension://301d3d0... URL and wouldn't refresh when I returned to the tab.
The good: Except for the terminology whitelist/blacklist, the functionality of those lists and the un-whitelisted tabs definitely did get suspended. - Βαθμολογία 2 από 5από Χρήστης Firefox 12616354, 6 χρόνια πρινthis 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...
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 6 χρόνια πριν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.