Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

Settings and activity

1 result found

  1. 115 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    creckeridze supported this idea  · 
    An error occurred while saving the comment
    creckeridze commented  · 

    If you want to lock stream resolution, you can use this code

    javascript: Object.defineProperty(document, "hidden", {
    value: !1,
    writable: !1
    }), Object.defineProperty(document, "visibilityState", {
    value: "visible",
    writable: !1
    }), Object.defineProperty(document, "webkitVisibilityState", {
    value: "visible",
    writable: !1
    }), document.dispatchEvent(new Event("visibilitychange")), document.hasFocus = function() {
    return !0
    }, window.localStorage.setItem("video-quality", '{"default":"chunked"}')

    Save it in a Bookmark in URL in the browser. With opened stream set quality to 1080 and press the bookmark. Done.