// ==UserScript==
// @name FDZ Get Free Space Links
// @description 抓取主題內免空連結
// @include http://forum.*.fdzone.org/viewthread.php?tid=*
// @include http://forum.fdzone.org/viewthread.php?tid=*
// ==/UserScript==
var LinkButton = document.createElement("a");
LinkButton.setAttribute("onclick", "getFreeSpaceLinks();");
LinkButton.setAttribute("style", "font-size:2em;font-weight:bold;position:fixed;right:50px;top:300px;");
LinkButton.innerHTML = "抓取免空連結";
document.getElementsByTagName("body")[0].appendChild(LinkButton);
var scriptElement = document.createElement('script');
scriptElement.type = 'text/javascript';
//注意"\n"跳脫字元,要取代成"\\n"
scriptElement.innerHTML = "function getFreeSpaceLinks(){var patt1=/j\.php.*(fileserve|multiupload|megaupload|filesonic|freakshare).*/gi;var tmp='';for(var i=0;i<document.links.length;i++){if(patt1.test(document.links[i].href)){tmp+=decodeURIComponent(document.links[i].href.match(patt1)[0].replace('j.php?u=',''))+'\\n';}}alert(tmp);}";
document.getElementsByTagName("head")[0].appendChild(scriptElement);
標籤
.net
(
17
)
工作
(
29
)
面試
(
2
)
筆記
(
2
)
筆記倉庫
(
1
)
嘸蝦米
(
2
)
繪圖
(
1
)
Add-on
(
4
)
Android
(
39
)
AngularJS
(
1
)
ASP.NET
(
14
)
AutoHotKey
(
20
)
AutoIt
(
3
)
batch
(
24
)
Blogger Hack
(
3
)
Bookmarklet
(
18
)
C#
(
16
)
Chrome
(
1
)
cmd
(
22
)
CSS
(
6
)
CSS3
(
6
)
D855
(
1
)
DOM
(
17
)
DragOnIt
(
5
)
EmEditor
(
1
)
English
(
1
)
ffmpeg
(
1
)
Firefox
(
25
)
flo
(
2
)
GIMP
(
1
)
gist
(
144
)
Graphviz
(
1
)
hardware
(
1
)
HDD
(
1
)
HTML5
(
4
)
i18n
(
1
)
IIS
(
4
)
ImageMagick
(
5
)
Java
(
1
)
JavaScript
(
92
)
jhead
(
1
)
jQuery
(
6
)
JSBin
(
19
)
jsFiddle
(
4
)
JSON
(
1
)
JustDoubleClick
(
1
)
Kindle
(
1
)
MSSQL
(
26
)
MySQL
(
2
)
Network
(
1
)
node.js
(
12
)
php
(
1
)
PowerShell
(
6
)
ramdisk
(
1
)
Reg
(
3
)
RegExp
(
3
)
rpi3
(
3
)
SJ2000
(
1
)
SQLite
(
3
)
SSD
(
1
)
Stylish
(
1
)
SublimeText
(
2
)
tips
(
6
)
userChrome.js
(
3
)
userscript
(
40
)
VB.net
(
9
)
VBScript
(
2
)
VisualStudio
(
2
)
Vue.js
(
3
)
Win
(
5
)
Win2008
(
1
)
Win7
(
29
)
WinAPI
(
1
)
Winform
(
1
)
WinXP
(
3
)
XML
(
1
)
FDZ Get Free Space Links
標籤:
userscript