Isaiah Billingsley
Isaiah Billingsley
It should disappear eventually on its own but I'm not sure how long it takes. You can try removing the old device at https://myaccount.google.com/device-activity
Thanks! I don't think in-app purchases are supposed to be used for donations, but I'll add a donation link at some point.
It's not possible at the moment. Is there a reason you don't want to use bookmarks?
I was planning to change this anyway because the current caching (using local storage) is limited in size and is slower than reading from the file system.
The browser does not really have access to the file system. It would sort of be possible in Chrome, but the file will have to be located somewhere like "C:\Users\user\AppData\Local\Google\Chrome\User...
Good idea. Right now it is listing all of your system fonts using [chrome.fontSettings](https://developer.chrome.com/extensions/fontSettings), so you could use the font browser in your OS to preview them. It doesn't provide...
I'm guessing it's because it uses `stream->dbr_orig_bitrate` set in `init_connect` here https://github.com/obsproject/obs-studio/blob/9bd4514b45a8150328190cd6bc3d2dbf00ebfd3b/plugins/obs-outputs/rtmp-stream.c#L1293 but this value is not updated when changing bitrate from settings during stream.
Unfortunately Firefox doesn't allow extensions to open any built-in browser pages (`chrome://` or `about:` urls). "Recently closed" only works because there is a special API to reopen closed tabs, but...
I think this happens in Firefox specifically when opening streams in a new background tab, but it's not consistent. It also prevents FFZ from loading. The `window.onload` event never fires,...
I can reproduce on a fresh Firefox profile with only TTV LOL PRO installed. It does not occur with the extension disabled. Happens on both Windows and Linux. Note that...