Mon Mar 26 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
var testpattern = /\/sbsr|\/ppc/
if (!!window.location.href.match(testpattern))
{
var url = window.location.href.replace(testpattern, '/nsd')
window.location.href = url
}