Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Netflix Disable Billboard Video
// @namespace aninhumer
// @include https://www.netflix.com/browse
// @version 1
// @grant none
// ==/UserScript==
var billboard = document.getElementsByClassName('billboard-motion')[0];
.sub 'main' :main
.local pmc init_eh, eh_sub
init_eh = new ['Hash']
init_eh['type'] = 'testevent'
eh_sub = get_global 'testcaller'
init_eh['code'] = eh_sub
.local pmc handler
handler = new ['EventHandler'], init_eh