Skip to content

Instantly share code, notes, and snippets.

@ssig33
Created May 14, 2012 17:17
Show Gist options
  • Select an option

  • Save ssig33/2695149 to your computer and use it in GitHub Desktop.

Select an option

Save ssig33/2695149 to your computer and use it in GitHub Desktop.
$(function(){
text = $('.cmn-article_title').first().text().slice(0,8);
url = "https://www.google.co.jp/search?hl=ja&gl=jp&tbm=nws&q="+encodeURIComponent(text);
location.href = url;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment