var oldURL = ""; var currentURL = window.location.href; function checkURLchange(currentURL) { if(currentURL != oldURL){ //alert("url changed!"); setTimeout(function(){ $('#d26c73979160d3ef').trigger('click');},2000) } oldURL = window.location.href; setTimeout(function() {checkURLchange(window.location.href); }, 500); } checkURLchange(); $(document).ready(function() { setTimeout(function(){ if($('div.user-profile ul.dropdown-menu li:nth-child(1)').html().indexOf("Change Password") >=-1) { $('div.user-profile ul.dropdown-menu li:nth-child(1)').before('
  • Change Password
  • '); }},5000) })