x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Hide If
groupconfluence-administrators,morganstanley-admins


HTML
<style>
label[for='field-98'], label[for='field-96'], label[for='field-98'] + div, label[for='field-96'] + div  {
    display: none !important;
}

.profile-showcase-top-left {
    display: none !important; 
}

a.aui-button.change-avatar-button {
    display: none !important; 
}


</style>



Hide If
groupconfluence-administrators


HTML
<script>
const url_params = new URLSearchParams(window.location.search);
var param_name = url_params.get('username');
if(param_name == null){
	window.location.href = "/display/AN";
}
</script>


...