Question Why do mentioning consoles get hyperlinked?

SylverReZ

I am funny
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,512
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,330
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,514
Trophies
2
XP
15,179
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,991
Trophies
2
Age
30
Location
the 90's 💙
XP
10,552
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
280
Trophies
0
Age
38
XP
2,556
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,660
Trophies
2
Age
44
XP
2,890
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

I am funny
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,512
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,330
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

Well-Known Member
Member
Joined
Apr 16, 2019
Messages
7,648
Trophies
1
Age
29
XP
34,998
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,660
Trophies
2
Age
44
XP
2,890
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

I am funny
OP
Member
GBAtemp Patron
Joined
Sep 13, 2022
Messages
7,512
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
21,330
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,808
Trophies
3
Age
23
Location
Budakeszi, Hungary
Website
sites.google.com
XP
10,654
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
  • cearp @ cearp:
    get your mind out of the gutter, I'm talking about piracy
  • cearp @ cearp:
    not that type of crack
    +1
  • K3Nv2 @ K3Nv2:
    I mean the drug not the booty pervs
    +2
  • linuxares @ linuxares:
    @cearp At a plumber convenstion. Loads of cracks!
    +2
  • K3Nv2 @ K3Nv2:
    A plumber is either on crack or in crack or showcasing crack
    +2
  • cearp @ cearp:
    or of course, dealing with cracks (in pipes)
  • K3Nv2 @ K3Nv2:
    Sure he could be on cracked flooring causing the leak
  • K3Nv2 @ K3Nv2:
    How much you bet delta going to be DRMd to hell and back
  • The Real Jdbye @ The Real Jdbye:
    @linuxares the dev just ends up at 0
  • The Real Jdbye @ The Real Jdbye:
    it's no worse than if you pirated
  • The Real Jdbye @ The Real Jdbye:
    it's probably better, because not all keys on key sites are stolen
  • The Real Jdbye @ The Real Jdbye:
    plus piracy is not always an option
  • The Real Jdbye @ The Real Jdbye:
    i heard a related story for a dev actually
  • The Real Jdbye @ The Real Jdbye:
    from a dev*
  • K3Nv2 @ K3Nv2:
    DRMs are getting stronger these days
  • The Real Jdbye @ The Real Jdbye:
    they bought their own game on a key site and checked where they came from and it turned out they were review copies he had given out by email to someone
  • The Real Jdbye @ The Real Jdbye:
    *all* of them
  • NinStar @ NinStar:
    no storefront I'm aware of (at least on pc) requires the devs to pay for the keys they generate
  • NinStar @ NinStar:
    they don't lose money doing this, even if someone decide to chargeback
  • The Real Jdbye @ The Real Jdbye:
    so that seems to be a pretty common thing, i kinda blame the dev for that one though as they were giving out like 5 keys to someone just because they asked for multiple copies for review for whatever reason and there were multiple people doing this. he should've seen the red flags
  • linuxares @ linuxares:
    @The Real Jdbye Yet devs tell US that they get charged possible charge backs? Its no idea we keep this up since I have to trust the devs more than key reseller sites.
    linuxares @ linuxares: @The Real Jdbye Yet devs tell US that they get charged possible charge backs? Its no idea we...