Question Why do mentioning consoles get hyperlinked?

SylverReZ

Certified GBATemp Boomer
OP
Member
Joined
Sep 13, 2022
Messages
7,369
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,735
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,475
Trophies
2
XP
15,050
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,945
Trophies
2
Age
30
Location
the 90's 💙
XP
10,350
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
279
Trophies
0
Age
38
XP
2,532
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,658
Trophies
2
Age
44
XP
2,856
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

Certified GBATemp Boomer
OP
Member
Joined
Sep 13, 2022
Messages
7,369
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,735
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

"Action-packed movie" star
Member
Joined
Apr 16, 2019
Messages
7,597
Trophies
1
Age
29
XP
34,348
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,658
Trophies
2
Age
44
XP
2,856
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

Certified GBATemp Boomer
OP
Member
Joined
Sep 13, 2022
Messages
7,369
Trophies
3
Location
The Wired
Website
m4x1mumrez87.neocities.org
XP
22,735
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,807
Trophies
3
Age
23
Location
Budakeszi, Hungary
Website
sites.google.com
XP
10,624
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
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, people who cant download it can still play the game
  • BigOnYa @ BigOnYa:
    If your internet speeds are fast enough. Streaming 4k takes alot. I used to only have 20mb sec, and 4k struggled. Now I have 300mb sec and 4k plays fine.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i only have like 1 or 2 mb sec
  • BigOnYa @ BigOnYa:
    Did you feed the hamster in your internet router? It prob died and is running slow now.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why did you start saying my pc has a hamster in the first place?
    +1
  • BigOnYa @ BigOnYa:
    Its actua!ly just a old joke, meaning its slow. Was just kidding around with you.
    +1
  • BigOnYa @ BigOnYa:
    I bet @AncientBoi has some hamsters hidden somewhere tho....
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I think Game streaming should work like this.... Local Hardware able the run the game fine, game engine and common assets stored locally, all FMV and music and textures could be streaming
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Some temporary storage
  • Xdqwerty @ Xdqwerty:
    also @BigOnYa im making some progress on my gdevelop project, implemented various mechanics
  • Psionic Roshambo @ Psionic Roshambo:
    They went all in on streaming, should have been more of a hybrid approach
    +1
  • BigOnYa @ BigOnYa:
    Or free government supplied high speed internet be nice also. Like Obama care. Xdqwerty that's cool, its time consuming but rewarding once done or playable, to see what you've made from scratch. Animations take forever, but worth it.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, although the bullets are a bit buggy
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Not to mention this would be a massive pain to pirate
  • Xdqwerty @ Xdqwerty:
    @BigOnYa,
    and the visual aspect of the game is quite crude (the sprite that looks best is that of the protagonist just because he is a stickman with sunglasses)
    +1
  • BigOnYa @ BigOnYa:
    There is a bullets behaviour you assign to your character, that makes the code easier, under "behaviours"
  • Xdqwerty @ Xdqwerty:
    i meant that when the character is pointing to the right, the bullets spawn where they should, but when he is on the right, they move to the right but the spawn point is incorrect
  • BigOnYa @ BigOnYa:
    Itch.io has lots of free assets also. Under the bullets behavior tab, there is a "rotate bullets" option, can try that. Or in the code can try
    - fire bullet Player.X(PlayerDirection)
  • Xdqwerty @ Xdqwerty:
    im taking a break for today anyway
    +1
  • BigOnYa @ BigOnYa:
    YEa gotta after a while, looking at code for long periods will bug your eyes.
    +1
  • BigOnYa @ BigOnYa:
    That's cool tho, I'm proud of you going back to it, not giving up. It is difficult at first to learn, but fun once you get the hang of it. I think I've watched every tutorial video there is, but I still struggle sometimes to get stuff to work right. But gotta keep trying dif things, and eventually you will get it right.
    +1
  • K3Nv2 @ K3Nv2:
    Lol McDonald's has a grandma mcflurry
    K3Nv2 @ K3Nv2: Lol McDonald's has a grandma mcflurry