Skip to content

Instantly share code, notes, and snippets.

@pastak
Last active August 29, 2015 14:21
Show Gist options
  • Save pastak/443c23e0e5d40d64ef9c to your computer and use it in GitHub Desktop.
Save pastak/443c23e0e5d40d64ef9c to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name inside-www-mail-per100
// @description
// @include https://inside.kmc.gr.jp/
// ==/UserScript==
var node = document.evaluate('/html/body/div[4]/ul[1]/li[2]/a[2]', document).iterateNext();
node.href = "https://inside.kmc.gr.jp/m2w/info?page=0&pp=100";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment