Is there, in 2018, a way to open a small pop-up / browser window without an address bar?
Right now, I am using this:
window.open($(this).attr('href'), "Pop-up", "height=200, width=300, toolbar=0, menubar=0, titlebar=0");
It looks quite ugly, though, as it contains the browser's address bar as well.
Is there a better solution?
P.S.: I tried all the options outlined here already. None of them work in 2018.