Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
This will just sound stupid to anyone with basic udnerstanding of js, i'm a compelte newbie :(
add it just after firstletter = firstletter.toLowerCase(); this will fix names containing a number as first letter. |
|
|
This wil make it work beyond page 1 and when you return to page 1 instead just the first gallery page. ( the url changes if you go to page 2 and back to page 1.
// @include http://www.hentai-foundry.com/user_pictures-* // ==/UserScript== var longuser = location.pathname.match(/user_pictures-([a-zA-Z0-9]+)_page-([a-zA-Z0-9]+)/); replace these 3 lines with the old one. This will break the first page. But if you go to page 2 and back to page 1, it works. imo this is better because you have the effect on all pages, not just the first. |