Simple Link Checker 的评价
Simple Link Checker 作者: Francesco De Stefano
Charles 的评价
Nice extension! Request: Change colors? The chosen "standard" shades are fairly useless for red/green colorblind folks.
A hint that may help someone w/ a similar problem as I: I used this to identify broken links in my video collection after a data disaster. It took too long for it to scan each video file (TBs of data), so I made a "shadow" directory w/ all the same dir structure and file names but zero length files:
$ mkdir JustNames
$ find tv -type d -exec mkdir "JustNames/{}" \;
$ find tv -type f -exec touch "JustNames/{}" \;
Copied my html file to that dir (overwriting the zero-length version of it) and Link Checker processed >2,000 links in seconds.
A hint that may help someone w/ a similar problem as I: I used this to identify broken links in my video collection after a data disaster. It took too long for it to scan each video file (TBs of data), so I made a "shadow" directory w/ all the same dir structure and file names but zero length files:
$ mkdir JustNames
$ find tv -type d -exec mkdir "JustNames/{}" \;
$ find tv -type f -exec touch "JustNames/{}" \;
Copied my html file to that dir (overwriting the zero-length version of it) and Link Checker processed >2,000 links in seconds.
13 条评价
- 评分 5 / 5来自 全民三退解体中共邪教, 11 天前
- 评分 5 / 5来自 Firefox 用户 18896842, 1 个月前
- 评分 3 / 5来自 Firefox 用户 18780018, 1 个月前判定が甘いのか、ファイルはあるのに赤く色づけされるリンクがある。見た目は簡潔で素晴らしい。同一ドメイン内でのリンク切れと、違うドメインのそれとが別になってくれると良いと思う。
- 评分 5 / 5来自 远离中共邪教快退出党团队, 2 个月前
- 评分 3 / 5来自 Firefox 用户 17776102, 2 年前Visually perfect, unfortunately after checking the links it logs me out of most sites where I'm logged in. Caused by checking the "Logout" link if it can be accessed from that page. Would it be possible to omit this link from the check?
- 评分 5 / 5来自 Firefox 用户 17393610, 3 年前
开发者回应
发布于 5 年前Well, first of all thank you for your happy review .... The limitations of add-ons don't really affect APIs, but web page headers that prohibit the execution of WebExtensions content scripts...
Best regards- 评分 5 / 5来自 Apsolyamov, 5 年前
- 评分 5 / 5来自 Firefox 用户 14033027, 6 年前