Skip to content

Instantly share code, notes, and snippets.

@tjarksaul
Created March 10, 2015 14:49
Show Gist options
  • Save tjarksaul/90028f25467af4ad1bce to your computer and use it in GitHub Desktop.
Save tjarksaul/90028f25467af4ad1bce to your computer and use it in GitHub Desktop.
var url = location.href;
if (/[0-9]{4}-[0-9]{2}\/[\w-]+/i.test(url)) {
if (!/\/komplettansicht$/i.test(url)) {
location.href = url + "/komplettansicht";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment