Non-standard question - is it possible to control the display of a modal window through the address bar? that is, For example, there is site.ru and 2 windows - # modal1 # modal2 standard call modal window
<button data-target="#modal1" data-toggle="modal" class="btn btn-info btn-md">Модальное окно 1</button> so that for example by going to site.ru/?q=#modal1 the site opened with the window already shown # modal1 site in pure HTML