In the Fossapup User Contributed Packages section, all links lead to forum.puppylinux.com, so nothing will open. Maybe they should be converted to link to puppylinux.rockedge.org? Probably the same in some of the other sections.
Broken links to puppylinux.com
Moderator: Forum moderators
- rockedge
- Site Admin
- Posts: 6934
- Joined: Mon Dec 02, 2019 1:38 am
- Location: Connecticut,U.S.A.
- Has thanked: 3058 times
- Been thanked: 2874 times
- Contact:
- puppy_apprentice
- Posts: 692
- Joined: Tue Oct 06, 2020 8:43 pm
- Location: land of bigos and schabowy ;)
- Has thanked: 5 times
- Been thanked: 116 times
Re: Broken links
I've prepared bookmarklet for this.
This is javascript code:
Code: Select all
javascript:(function(){
for (i = 0; i < document.links.length; i++){
document.links[i].href = document.links[i].href.replace("forum.puppylinux.com", "puppylinux.rockedge.org");
}
})();
This is compressed javascript code:
Code: Select all
javascript:(function(){for(i=0;i<document.links.length;i++){document.links[i].href=document.links[i].href.replace("forum.puppylinux.com","puppylinux.rockedge.org")}})();
which you have to insert in New Bookmark location field.
If you click this bookmark on any page on the forum old links will be translated to rockedge.org domain.
- Grey
- Posts: 2055
- Joined: Wed Jul 22, 2020 12:33 am
- Location: Russia
- Has thanked: 77 times
- Been thanked: 388 times
Re: Broken links
Good. But this is called "temporary crutches"
Different devices. Different approach.
- puppy_apprentice
- Posts: 692
- Joined: Tue Oct 06, 2020 8:43 pm
- Location: land of bigos and schabowy ;)
- Has thanked: 5 times
- Been thanked: 116 times