Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
// Ninan v3.newzbin.com Oneclick v1.0.2 // (c) 2007, Ninan Developers // Amended 21 March 2008 - Chris Ryan // Change to the ninanurl value to enable usage with Version: 2.0.0 of Ninan // To install, you need Greasemonkey: http://greasemonkey.mozdev.org/ // Work with Firefox 1.5 final and Greasemonkey 0.6.4+ // -------------------------------------------------------------------- // ==UserScript== // @name NINAN OneClick // @namespace http://www.ninan.org // @description Oneclick the download and it is added to your Ninan // @include http://v3.newzbin.com/* // @include http://www.newzxxx.com/* // ==/UserScript== ( function() { var post_url,bookmark_url,anchors,anchor,url,exist,isComment,isSimilar,postid,new_url,new_anchor, ninanurl; ninanurl = "http://localhost:9090/ninan/download?username=admin&password=password&postId="; post_url = "/browse/post/"; bookmark_url = "/account/bookmarks/add/?ps_id="; anchors = document.evaluate('//a[@href]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i=0; i<anchors>; } } } } })() |