Question Why do mentioning consoles get hyperlinked?

SylverReZ

Dat one with the Rez
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,095
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,731
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?
 

KleinesSinchen

GBAtemp's Backup Reminder + Fearless Testing Sina
Member
GBAtemp Patron
Joined
Mar 28, 2018
Messages
4,418
Trophies
2
XP
14,853
Country
Germany
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.
 

JuanMena

90's Kid, Old Skull Gamer & Artist
Member
Joined
Dec 17, 2019
Messages
4,874
Trophies
2
Age
30
Location
the 90's 💙
XP
10,017
Country
Mexico
Test: Wii, WiiU, 3DS, DS GBA
Post automatically merged:

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

Wait, what?
Screenshot_20221204-201234.png


¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯
 
  • Like
Reactions: SylverReZ

tastymeatball

Well-Known Member
Member
Joined
Nov 30, 2016
Messages
277
Trophies
0
Age
38
XP
2,482
Country
Germany
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
 

Sypherone

Gaming Ninja
Member
GBAtemp Patron
Joined
Apr 28, 2019
Messages
1,655
Trophies
2
Age
44
XP
2,811
Country
Germany
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,

SylverReZ

Dat one with the Rez
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,095
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,731
Country
United Kingdom
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

CoolMe

That's the way she goes..
Member
Joined
Apr 16, 2019
Messages
7,462
Trophies
1
Age
29
XP
33,099
Country
United States
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..
 

Sypherone

Gaming Ninja
Member
GBAtemp Patron
Joined
Apr 28, 2019
Messages
1,655
Trophies
2
Age
44
XP
2,811
Country
Germany
@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.
 

SylverReZ

Dat one with the Rez
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,095
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,731
Country
United Kingdom
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);
}
 

smileyhead

I like cute stuff.
Member
Joined
Aug 31, 2015
Messages
4,802
Trophies
3
Age
23
Location
Budakeszi, Hungary
Website
sites.google.com
XP
10,573
Country
Hungary
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

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Look at you holding tiny things