User:Bugghost/Scripts/UserRoleIndicator.js: Difference between revisions

Content deleted Content added
adding dummy css so that devtools can pick it up
inside the link, not before
Line 240:
if ( !title || title.startsWith( 'User:' ) ) {
this.$link.attr( 'title', descriptionForHover );
$("<div class='user-role-indicator-popup'>๐Ÿงน</div>").insertBeforeprepend(this.$link)
}