minetest / serverlist

The global Minetest server list server
GNU Lesser General Public License v2.1
52 stars 28 forks source link

Change addressString to return a minetest:// link #31

Closed ghost closed 5 years ago

ghost commented 5 years ago

Does anyone else even want a minetest url scheme?

sfan5 commented 5 years ago

Until the engine supports such an URL scheme (minetest/minetest#7400), I don't think it's useful to add it here.

ghost commented 5 years ago

I'll just leave this bookmarklet here if anyone wants links anyway. javascript:{a=document.getElementsByClassName("address");for(i=0;i<a.length;i++) { if(a[i].children[0].title) { c=a[i].children[0].title;d=a[i].children[0].innerHTML } else { c=a[i].children[0].innerHTML;d=c; } a[i].children[0].innerHTML='<a href="minetest://' + c + '">' + d + '</a>'}};void(0);