mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-02 10:34:27 +03:00
6 lines
110 B
HTML
6 lines
110 B
HTML
<script>
|
|
window.addEventListener('DOMContentLoaded', () => {
|
|
history.pushState({}, '', '#1');
|
|
});
|
|
</script>
|