You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setInterval(ChangeDisplayName, 1000*15); //runs every 15 seconds ( 15000 milliseconds)
}());
function ChangeDisplayName(){
var Elements = document.getElementsByClassName('r-1qd0xha');
var i = 0;
var displayNames = Array.prototype.slice.call(Elements, 0).filter(e => e.innerHTML == "CUSS BROTHER"); //replace with display name of choice. for multiple display names, separate with || (or) brackets (e.innerHTML == "Alice" || e.innterHTML == "Bob")