// ==UserScript== // @name NetFlix Auto Account selection // @namespace http://tampermonkey.net/ // @version 1.3 // @description Automatically select your Netflix account (enter your netflix account name below) // @author Guile93 // @include https://www.netflix.com/* // @downloadURL none // ==/UserScript== (function() { var netflixname="Guile"; var nom=document.getElementsByClassName("profile-name"); var l=nom.length; if(l){ for(var y=0;y