Update redit player classlists.
This commit is contained in:
parent
dfa4aedd53
commit
76d6551bc7
@ -2,7 +2,7 @@
|
|||||||
// version: {ExtensionConf object, but only properties that get overwritten}
|
// version: {ExtensionConf object, but only properties that get overwritten}
|
||||||
|
|
||||||
const ExtensionConfPatch = {
|
const ExtensionConfPatch = {
|
||||||
'4.2.1': {
|
'4.2.0': {
|
||||||
sites: {
|
sites: {
|
||||||
"old.reddit.com" : {
|
"old.reddit.com" : {
|
||||||
type: 'testing',
|
type: 'testing',
|
||||||
@ -10,7 +10,7 @@ const ExtensionConfPatch = {
|
|||||||
player: {
|
player: {
|
||||||
manual: true,
|
manual: true,
|
||||||
useRelativeAncestor: false,
|
useRelativeAncestor: false,
|
||||||
querySelectors: '.media-preview-content'
|
querySelectors: '.media-preview-content, .reddit-video-player-root'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
css: '',
|
css: '',
|
||||||
@ -21,7 +21,7 @@ const ExtensionConfPatch = {
|
|||||||
player: {
|
player: {
|
||||||
manual: true,
|
manual: true,
|
||||||
useRelativeAncestor: false,
|
useRelativeAncestor: false,
|
||||||
querySelectors: '.media-preview-content'
|
querySelectors: '.media-preview-content, .reddit-video-player-root'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
css: '',
|
css: '',
|
||||||
@ -39,43 +39,6 @@ const ExtensionConfPatch = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'4.2.0': {
|
|
||||||
sites: {
|
|
||||||
"old.reddit.com" : {
|
|
||||||
type: 'testing',
|
|
||||||
DOM: {
|
|
||||||
player: {
|
|
||||||
manual: true,
|
|
||||||
useRelativeAncestor: false,
|
|
||||||
querySelectors: '.media-preview-content'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
css: '',
|
|
||||||
},
|
|
||||||
"www.reddit.com" : {
|
|
||||||
type: 'testing',
|
|
||||||
DOM: {
|
|
||||||
player: {
|
|
||||||
manual: true,
|
|
||||||
useRelativeAncestor: false,
|
|
||||||
querySelectors: '.media-preview-content'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
css: '',
|
|
||||||
},
|
|
||||||
"www.youtube.com" : {
|
|
||||||
DOM: {
|
|
||||||
player: {
|
|
||||||
manual: true,
|
|
||||||
querySelectors: "#movie_player, #player",
|
|
||||||
additionalCss: "",
|
|
||||||
useRelativeAncestor: false,
|
|
||||||
playerNodeCss: "",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default ExtensionConfPatch;
|
export default ExtensionConfPatch;
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"
|
||||||
|
@ -2,14 +2,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2>What's new</h2>
|
<h2>What's new</h2>
|
||||||
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
<p>Full changelog for older versions <a href="https://github.com/xternal7/ultrawidify/blob/master/CHANGELOG.md">is available here</a>.</p>
|
||||||
<p class="label">4.2.0 and 4.2.1</p>
|
<p class="label">4.2.2</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed the issue where user-defined CSS didn't get applied to websites. Issue mainly affected vimeo.</li>
|
<li>Fixed alignment issues for reddit on videos from v.reddit</li>
|
||||||
<li>Slightly improved popup design. (Design change suggested by PortaTrekos)</li>
|
|
||||||
<li>Improved site settings control in extension popup. It's possible to enable extension for previously disabled embedded sites.</li>
|
|
||||||
<li>Improved incompatibilities with reddit, where videos would be vertically misaligned when not using RES</li>
|
|
||||||
<li>Fixed imcompatibilities with Iridium. Flicker when clicking play/pause or switching between big and popup player is caused by either Youtube or Iridium trying to apply their styles over mine.</li>
|
|
||||||
<li>Youtube, reddit and twitch players are now determined by a query string (instead of less accurate automatic detection)</li>
|
|
||||||
<li>Some people reported issues with inconsistent video alignment on youtube. While I've not been able to make that bug happen to me,
|
<li>Some people reported issues with inconsistent video alignment on youtube. While I've not been able to make that bug happen to me,
|
||||||
(which means I haven't been able to fix it either), reports describe behaviour similar to what was going on with Iridium. Examining
|
(which means I haven't been able to fix it either), reports describe behaviour similar to what was going on with Iridium. Examining
|
||||||
the Iridium issue revealed an issue that could be potentially blamed for this behaviour. That issue was fixed. Since I've never been able to make this problem
|
the Iridium issue revealed an issue that could be potentially blamed for this behaviour. That issue was fixed. Since I've never been able to make this problem
|
||||||
|
Loading…
Reference in New Issue
Block a user