UserJS: next-to-link.js
Monday, 27. June 2005, 13:37:48
I have rewritten my wired script (previous post) so it works on all sites. Get it at my site: http://members.chello.nl/b.kroonspecker/opera/userjs
Background: Fast forward doesn't seem to work whenever a hyperlink contains HTML immediately following the opening tag. Fastforward doesn't seem to be able to recognise the "next" keywords from fastforward.ini on those sites, I guess it only looks at the immediate containing tag. This script checks all links for the word next, and if it finds it it writes a <link> tag with rel="next" for them. This causes FF to work as it should.
If you have already downloaded it, remove fix-wired.js: this script does the same work. I will not be updating fix-wired.js.
//Update: link changed. See next post for two more userJS files.
Background: Fast forward doesn't seem to work whenever a hyperlink contains HTML immediately following the opening tag. Fastforward doesn't seem to be able to recognise the "next" keywords from fastforward.ini on those sites, I guess it only looks at the immediate containing tag. This script checks all links for the word next, and if it finds it it writes a <link> tag with rel="next" for them. This causes FF to work as it should.
If you have already downloaded it, remove fix-wired.js: this script does the same work. I will not be updating fix-wired.js.
//Update: link changed. See next post for two more userJS files.