Skip to content

Instantly share code, notes, and snippets.

@basyura
Created September 8, 2011 04:31
Show Gist options
  • Save basyura/1202619 to your computer and use it in GitHub Desktop.
Save basyura/1202619 to your computer and use it in GitHub Desktop.
2ch sender
// ==UserScript==
// @name 2chsend
// @namespace 2chsend@basyura.org
// @include http://2ch.xn--o9j0bk.gaasuu.com/entry/*
// ==/UserScript==
var a = document.evaluate("//div[@class='yui-g entry-full']/div/h2/a" ,
document ,
null ,
XPathResult.FIRST_ORDERED_NODE_TYPE ,
null).singleNodeValue;
window.location = a.href;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment