release version, but for real this time. (removed ungated console.logs, updated readme)
This commit is contained in:
parent
ee21fdcd12
commit
e2cb85610b
10
README.md
10
README.md
@ -6,6 +6,12 @@ If you own an ultrawide monitor, you have probably noticed that sometimes videos
|
||||
|
||||

|
||||
|
||||
## Known issues
|
||||
|
||||
* Netflix autodetection not working in Chrome, wontfix as issue is fundamentally unfixable.
|
||||
* Keyboard shortcut for automatic detection (A) doesn't really work for some reason.
|
||||
* Everything reported in [issues](https://github.com/xternal7/ultrawidify/issues)
|
||||
|
||||
### Limitations
|
||||
|
||||
* Unclear how extension handles sites with more than one video per page.
|
||||
@ -204,10 +210,6 @@ is currently not possible. Settings page for this extension has been disabled so
|
||||
|
||||
However, I do plan on implementing this feature. Hopefully by the end of the year, but given how consistently I've been breaking self-imposed deadlines and goals for this extension don't hold your breath. After all, [Hofstadter's a bitch](https://en.wikipedia.org/wiki/Hofstadter%27s_law).
|
||||
|
||||
## Known issues
|
||||
|
||||
* Netflix autodetection not working in Chrome, wontfix as issue is fundamentally unfixable.
|
||||
* Everything reported in [issues](https://github.com/xternal7/ultrawidify/issues)
|
||||
|
||||
## Plans for the future
|
||||
|
||||
|
@ -148,8 +148,6 @@ async function updateConfig() {
|
||||
async function setCurrentZoom(scale) {
|
||||
zoom_videoScale = scale;
|
||||
|
||||
console.log("zoom_videoscale", scale);
|
||||
|
||||
if(Debug.debug) {
|
||||
console.log("[popup.js::setCurrentZoom] we're setting zoom:", zoom_videoScale);
|
||||
}
|
||||
@ -366,8 +364,6 @@ function configureVideoTab() {
|
||||
}
|
||||
}
|
||||
|
||||
console.log("zoom_videoscale — resetting zoom slider", zoom_videoScale);
|
||||
|
||||
// todo: get min, max from settings
|
||||
VideoPanel.inputs.zoomSlider.min = Math.log2(0.5);
|
||||
VideoPanel.inputs.zoomSlider.max = Math.log2(8);
|
||||
|
Loading…
Reference in New Issue
Block a user