tangled
alpha
login
or
join now
mackuba.eu
/
skythread
Thread viewer for Bluesky
12
fork
atom
overview
issues
pulls
pipelines
fixed extra slash in url
mackuba.eu
2 years ago
d6b6842e
e51a49dc
options
unified
split
Changed files
+1
-1
skythread.js
+1
-1
skythread.js
···
150
150
}
151
151
152
152
function getLocation() {
153
153
-
return location.origin + '/' + location.pathname;
153
153
+
return location.origin + location.pathname;
154
154
}
155
155
156
156
function sameDay(date1, date2) {