crackbook icon indicating copy to clipboard operation
crackbook copied to clipboard

facebook and inbox problem

Open jankoweb opened this issue 7 years ago • 0 comments

On facebook or on inbox.google.com when I try to search something (in search box), dim screen appears. It is not what I want - I want to block first visit of page (to be able to think if I really need it:) ).

It is little bit strange because there is no change in url, but I have solved it by commenting watchUrlChanges in dimmer.js :

function watchUrlChanges() { /*
if (document.URL != original_url) { original_url = document.URL; dim('reshow'); } */ }

jankoweb avatar Mar 22 '17 13:03 jankoweb