Skip to content

Instantly share code, notes, and snippets.

@masaakif
Last active November 30, 2015 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masaakif/c5d7cbb261fc29612306 to your computer and use it in GitHub Desktop.
Save masaakif/c5d7cbb261fc29612306 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id raw-zip.com-2f4930f8-4d0a-469a-af86-b130e5679ef0@scriptish
// @name Raw.zip read more
// @version 1.0
// @namespace
// @author Masaaki Fujiwara
// @description
// @include http://raw-zip.com/tag/*
// @run-at document-end
// ==/UserScript==
var more_link=document.evaluate("//a[@class='more-link']", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue;
more_link.click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment