Skip to content

Instantly share code, notes, and snippets.

@adardesign
Last active December 24, 2023 04:00
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adardesign/c0dff591556b90fefcc5 to your computer and use it in GitHub Desktop.
Save adardesign/c0dff591556b90fefcc5 to your computer and use it in GitHub Desktop.
function getExtID(){
var href = location.href,
pathArray = href.split("/");
window.open("test","http://clients2.google.com/service/update2/crx?response=redirect&x=id%3D"+pathArray[pathArray.length -1]+"%26uc%26lang%3Den-US&prod=chrome", "newWindow");
}
getExtID();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment