Greasy Fork is available in English.

Bithute Scroll Top

Scroll to top of the video page.

// ==UserScript==
// @name        Bithute Scroll Top
// @namespace   lousando
// @match       https://www.bitchute.com/video*
// @runs-at     document-end
// @version     1.0
// @author      Louis Sandoval
// @description Scroll to top of the video page.
// ==/UserScript==

window.scrollTo(0, 0)