diff --git a/src/popup/App.vue b/src/popup/App.vue
index f5ed15b..305505f 100644
--- a/src/popup/App.vue
+++ b/src/popup/App.vue
@@ -8,7 +8,7 @@
non-firefox builds of this extension and be done with it. No need to complicate things
further than that.
-->
-
-
-
@@ -279,7 +279,7 @@ export default {
}
await this.sleep(5000);
- }
+ }
},
async updated() {
const body = document.getElementsByTagName('body')[0];
@@ -287,7 +287,7 @@ export default {
// ensure that narrowPopup only gets set the first time the popup renders
// if popup was rendered before, we don't do anything because otherwise
// we'll be causing an unwanted re-render
- //
+ //
// another thing worth noting — the popup gets first initialized with
// offsetWidth set to 0. This means proper popup will be displayed as a
// mini popup if we don't check for that.
@@ -695,7 +695,7 @@ html {
non-firefox builds of this extension and be done with it. No need to complicate things
further than that.
- It also seems that Chrome doesn't like if we set the width of the popup all the way to
+ It also seems that Chrome doesn't like if we set the width of the popup all the way to
800px (probably something something scrollbar), so let's just take away a few px.
*/
.popup-chrome {
diff --git a/src/popup/panels/SiteDetailsPanel.vue b/src/popup/panels/SiteDetailsPanel.vue
index 49b5ae4..1f22ecb 100644
--- a/src/popup/panels/SiteDetailsPanel.vue
+++ b/src/popup/panels/SiteDetailsPanel.vue
@@ -6,7 +6,7 @@
If extension doesn't detect player correctly, you can override it.
(NOTE: this currently doesn't work for embedded videos)
+
+ Hint: Player is a HTML element that represents the portion of the page you expect the video to play in.
+ The correct value for n-th player value should normally between 1-10 (depends on the site). If none of these
+ values works, then the site probably has a different issue.
+ Note that you need to save settings and reload the page every time you change the number.
+
-
-
-
- Hint: Player is a HTML element that represents the portion of the page you expect the video to play in.
- You can provide player's query selector, or you can tick the 'player is the n-th parent of video'
- checkbox and try entering values 1-12ish and see if anything works. Note that you need to save
- settings and reload the page every time you change the number.
-
-
Do not use monitor AR in fullscreen
@@ -116,7 +125,7 @@
>
-
+
Video detection settings for {{site}}
@@ -125,7 +134,7 @@
Detect automatically
@@ -161,7 +170,7 @@
Limit zoom.
@@ -181,7 +190,7 @@
Limit zoom only while in fullscreen