mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
2 lines
277 B
JavaScript
2 lines
277 B
JavaScript
/*! For license information please see fix-location.js.LICENSE.txt */
|
|
const url=new URL(window.location.href);url.pathname.endsWith("/")&&"/"!==url.pathname&&(url.pathname=url.pathname.substring(0,url.pathname.length-1),window.history.replaceState(null,void 0,url.toString())); |