Contents
SITEINFO for Trophy Room
- via http://www.downloaders.cn/2007/06/02150129.html ナイジェリアからの手紙 黒い詐欺師をやっつけろ! その2
- http://www.419eater.com/html/trophy_room.htm Welcome to the 419 Eater
- これのSITEINFO作りたい。
■SITEINFOを書く
- C:\Documents and Settings\eto\Application Data\Mozilla\Firefox\Profiles\hxyi2yr3.default\gm_scripts\autopagerize.user.js を開く
- えいやっと書いてみる。
{
url: 'http://www.419eater.com/',
nextLink: '//a[child::img[contains(@src, "nxt_page.gif")]]',
pageElement: '//table[@cellpadding="30"]',
insertBefore: '//table[@cellpadding="30"]/following-sibling::node()',
},- 例によってtable[@cellpadding="30"]なんていうBKを駆使している。
- http://www.419eater.com/html/trophy_room.htm ←よし、うまくいった。
■Wikiにupする
### [419 Eater](http://www.419eater.com/) <textarea class="autopagerize_data" readonly="readonly"> url: http://www.419eater.com/ nextLink: //a[child::img[contains(@src, "nxt_page.gif")]] pageElement: //table[@cellpadding="30"] insertBefore: //table[@cellpadding="30"]/following-sibling::node() </textarea>
Last modified: 2007-08-14