Question Why do mentioning consoles get hyperlinked?

  • Thread starter Thread starter SylverReZ
  • Start date Start date
  • Views Views 5,560
  • Replies Replies 44
  • Likes Likes 11

SylverReZ

Well-Known Member
Member
Joined
Sep 13, 2022
Messages
11,197
Solutions
5
Reaction score
32,920
Trophies
7
Website
m4x1mumrez87.neocities.org
XP
30,614
Country
United Kingdom
I see now that every thread which mentions the name of a console contains a hyperlink that redirects you to the console discussion page. Was there a reason to add this feature in the first place, maybe to help new users know where to look?
 
Have been thinking about this right from the moment I noticed.

The front page is highly organized with all sections clearly visible. It shouldn't be a trouble for new users to find them. Do we really need direction signs in virtually any post?

It is really a bit too much in my opinion. When discussing a topic, already in the appropriate section, we get words automatic highlighted multiple times.
I just typed about Wii and Wii U consoles as well as the corresponding game discs and got four of them + two in the message I quoted.
 
Test: Wii, WiiU, 3DS, DS GBA
Post automatically merged:

No? ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯
Edit: Curious, now it does.

Wait, what?
Screenshot_20221204-201234.png


¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯
 
  • Like
Reactions: SylverReZ
A small userscript that will remove the keyword linking
JavaScript:
// ==UserScript==
// @name     remove keyword linking
// @version  1
// @grant    none
// @include  *gbatemp.net/threads/*
// ==/UserScript==

var gbaKeywords = document.getElementsByClassName("gbaKw");
while(gbaKeywords.length > 0){
  gbaKeywords[0].replaceWith(gbaKeywords[0].firstChild);
}
Hopefully there will be a setting to deactivate these
 
The hyperlink feature is nice, but as Kleines Sinchen mentioned. Ever word that matches gets high lighted, and in case the word Wii is a lot used in the one post, every gehts high lighted. So maybe only the first, or first and fifth would be good.
//EDIT: As is see the same console is hyperlinked the first three times now. WiiU WiiU WiiU WiiU (magic spell 🤪)

Another thing that i saw is, if a path is written /root/apps/nintendont/boot.dol it gets inside hyperlinked.
 
Last edited by Sypherone,
A small userscript that will remove the keyword linking
JavaScript:
// ==UserScript==
// @name     remove keyword linking
// @version  1
// @grant    none
// @include  *gbatemp.net/threads/*
// ==/UserScript==

var gbaKeywords = document.getElementsByClassName("gbaKw");
while(gbaKeywords.length > 0){
  gbaKeywords[0].replaceWith(gbaKeywords[0].firstChild);
}
Hopefully there will be a setting to deactivate these
Thanks for the script, gonna implement this into Tampermonkey.
 
  • Like
Reactions: binkinator
Another thing that i saw is, if a path is written /root/apps/nintendont/boot.dol it gets inside hyperlinked.
I actually wouldn't mind if it hyperlinks things like homebrew software, apps etc. like Nintendont, ModMii etc. Since most of the time i'd add them manually after i finish writing, so that could definitely be useful/ a time saver..
 
@CoolMe Ya, i think so, too. And as the people find more what they looking for. By posting a path that it got hyperlinked was a bit distracting, as it was first also bold but they changed it. And i dont know if necessary as you will mention the application before that already will be hyperlinked.
 
Here's an updated script so that the hyperlinks can also be removed on other members profiles. Credit to @tastymeatball

JavaScript:
// ==UserScript==
// @name         Disable Keyword Linking
// @version      0.1
// @description  The title says it all.
// @match        *://gbatemp.net/*/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=gbatemp.net
// @grant        none
// ==/UserScript==

var gbaKeywords = document.getElementsByClassName("gbaKw");
while(gbaKeywords.length > 0){
  gbaKeywords[0].replaceWith(gbaKeywords[0].firstChild);
}
 
I actually wouldn't mind if it hyperlinks things like homebrew software, apps etc. like Nintendont, ModMii etc. Since most of the time i'd add them manually after i finish writing, so that could definitely be useful/ a time saver..
Well, well, well…

1670361650916.png
 

Site & Scene News

Popular threads in this forum