Kitzijoxikil Simple Link Checker
Simple Link Checker ruma Francesco De Stefano
1 review
- Rated 4 out of 5ruma Charles, 5 jierren lynNice 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.Tzolin rutzij b'anonel
xtalüx rutzijol 5 jierren lynHi Charles,
Thanks for your tips, really thanks
Best