Below are some helpful scripts for support
Creating a bookmark to remove the annoying modals on our sites:
There a few different modals that appear on our sites. The standard website signup form, the valuation page signup form, the crm/lead manager wizard, etc. You're going to run in to these during your time in support and they can get pretty annoying after awhile. It's usually not a good idea to fill up a client's database with a bunch of spam leads, so in cases where you're investigating something that isn't dependent on signing up you can use the codes below to remove any modals, on any part of our sites, that get in your way:
javascript:!function(l,o){"use strict";var e=function(l){for(;l.firstChild;)l.removeChild(l.firstChild)};null!=l[o]("#modal-container")&&(null!=l[o](".modal-open")&&l[o](".modal-open").classList.remove("modal-open"),""!=l[o]("#modal-container").innerText&&e(l[o]("#modal-container > div.rg-modal"))),null!=l[o](".reveal-modal-bg")&&null!=l[o]("#sign-up-modal")&&(l[o](".reveal-modal-bg").style.cssText="",l[o]("#sign-up-modal").style.cssText="",e(l[o]("#sign-up-modal"))),null!=l[o]("#colorbox")&&(l[o]("#colorbox").style.cssText="",l[o]("#colorbox").style.display="none",l[o]("#cboxOverlay").style.opacity=0,l[o]("#cboxOverlay").style.display="none")}(document,"querySelector");
Sweeeeet! That's so cool Dakota! You're awesome! Now what the heck do I do with that code?
Patience, young padawan. I will show you.
- Right click on your bookmarks bar and then choose "Add Page"
- Then fill out the Chrome pop up as similar to what's shown in the picture.