-
Option to remove prime button, or turn of flag notifications. It stays persistently flagged, I can activate it and within ten minutes a new red flag has appeared and wants more attention. Give users a way to stop the nagging notifications for prime deals. Everyday all day it lights back-up everytime you click it. It is a nuisance.
1 vote -
[BUG] Twitch and Twitch embed, black screen, infinite loading Describe the bug:
VS2019 UWP WebView
Does not play Twitch and Twitch embed, black screen, infinite loading.Reproduce
Test 1 - WebView UWP project:
Iniciate UWP project, add WebView with source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhostGo Project Properties > Tab: Debug, in Debugger type: Application process set to 'Script' to inspect WebView console
Test 2 - Another browser same enginer:
insert the source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhoston JavaScript Browser: https://github.com/MicrosoftEdge/JSBrowser
Output:
Exception was thrown at line 1, column 124483 in https://static.twitchcdn.net/assets/vendor-a6a1f255f35b353a66f3.js
0x800a1391 - JavaScript runtime error: 'globalThis' is not defined
Exception was thrown at line 1, column 845709 in https://static.twitchcdn.net/assets/player-main-3d0abb9af23b3bb9aecd.js
0x8000ffff…1 vote -
Embeds have 1px solid white line in certain responsive sizes See: https://gyazo.com/38763967bd9f2f69728c30af7386dfd7
The shot is taken at: https://www.hltv.org/news/31121/vod-hltv-confirmed-with-guest-flusha-talking-fnatic-exit-and-plans-for-2021
Proposed fix: Set the background-color: black on the html element in the iframe. Possibly only in a darkmode if such exists.
Why is this the correct fix ? I think the cause is weird sub pixel roundings (in this case Firefox). We have seen it previously on Chrome also and seems to also be hardware dependent. I doubt this will ever be fixed from browser vendors while setting it black will mask the issue for good.
1 vote -
Allow Embedding Clip Editor Allow us to embed the clip editor.
I have a personal site that I used to list and view all of my clips that I make during a stream. I also have functions for tagging my clips for easier searching, and other implementations.
Currently, I have to link to the edit page, to edit the clip to the desired length and position. Then, go back to my site to embed the clip player, where I have my extra functionality. My desired work flow would be to just embed the edit page, so that I could use my page's tagging functions…
1 vote -
After the recent BunnyHop incident harden the embed link feature against abuse As we all know by know the recent bunnyhop incident showed, that the way this feature is offered today might actually lead to ways of URL grabbing and harvesting.
The way it is designed today makes it easy to replace it and harvest many streams as content.
"<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div><!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script><!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
channel: "itmkoeln"
});
</script>"Even if that gets moved in the dashboard instead of the…
1 vote -
1 vote
-
Fix "report video" button load timing Make the "report video" button load simultaneously with the rest of the "settings" drop down menu on embedded videos, so that the menu's button positioning doesn't change 1 second after loading.
1 vote
- Don't see your idea?