0
我得到一個UncaughtReferenceError:QuickRead不上這是QuickRead.applyToLinks();
未捕獲引用錯誤:quickread沒有定義
我使用的腳本從這裏http://www.readshout.com/quickread線10定義,我相信我跟所有它使用路線它,但它不工作。
<!DOCTYPE html>
<html>
<head>
<title>test</title>
</head>
<body>
<script language="JavaScript" type="text/javascript" src="http://www.readshout.com/bookmarklets/quickread/quickread.js"></script>
<script>
//QuickRead.setFilter('a.my_links');
QuickRead.applyToLinks();
</script>
<a href="http://robsheldon.com/giving-up-on-google">Give up on google</a><br />
<a href="http://artchang.com/y-combinator-experience">ycomb exp</a>
</body>
</html>