@pafflick said in Follower Tabs:
Method 1 - Bookmarklet
Persistent through browser updates, not persistent on page refresh
Save the following code as a bookmark:
javascript:var linksArr=document.getElementsByTagName("a");for(i=0;i<linksArr.length;i++){linksArr[i].setAttribute("target","followertab");};
Put the bookmark on your bookmarks bar or wherever you find the most convenient for you.
Call this bookmark whenever you want to make the active tab the "origin" tab. The "follower" tab will be created once you visit any link from the origin tab (see explanation above).
Remember that once you change content on the origin tab (by either refreshing the page or loading any new content into it), the links on that page won't use the follower tab any more. Use the bookmarklet again, to restore the link between the origin tab and the follower tab.
I tried this and found this doesn't work on some sites but can't find reasons or common points and, it's confusing, at first this works for them.
Of cource I don't refresh and load more contents.
One of the sites I found is Bluesky but this contents is changec by users, I found a site which this bookmarklet doesn't work is following Japanese page: https://yamdas.hatenablog.com/
Edit:
Sorry, I noticed this doesn't work only for Link Card, their target remains _blank and normal links works.
I also noticed for Bluesky, static links work, such as Feedback Privacy Terms Help. But links of posts doesn't work even if target is changed to followertab.