tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
audio player: hide discord's stupid url parameters
12Me21
2 years ago
1e8218f0
a1f43f72
+1
-1
1 changed file
expand all
collapse all
unified
split
render.js
+1
-1
render.js
···
132
132
let link = e.firstChild
133
133
link.href = url
134
134
link.title = url
135
135
-
link.lastChild.textContent = url.replace(/.*[/]/, "…/")
135
135
+
link.lastChild.textContent = url.replace(/.*[/]/, "…/").replace(/[?].*$/, "?…")
136
136
return e
137
137
}.bind(𐀶`<y12-audio><a>🎵️<span></span></a></y12-audio>`),
138
138