Skip to content

Instantly share code, notes, and snippets.

@mose
Last active August 29, 2015 13:56
Show Gist options
  • Save mose/9091512 to your computer and use it in GitHub Desktop.
Save mose/9091512 to your computer and use it in GitHub Desktop.
A snippet for backtick chrome extension
javascript:window.prompt("Copy to clipboard: Ctrl+C, Enter", document.URL.replace(/sid=[0-9a-f]*&?/,''));return false;
{
"name": "Remove sid",
"description": "mostly used for zabbix but could be useful elsewhere."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment