feat: added homepage feed showing followed accounts
This commit is contained in:
@@ -37,6 +37,10 @@ function fetchAndParse(url) {
|
||||
window.onload = function () {
|
||||
const url = window.location.pathname;
|
||||
const isTweet = url.indexOf("/status/") !== -1;
|
||||
const isHomepage = url === "/" || url === "";
|
||||
|
||||
if (isHomepage) return;
|
||||
|
||||
const isIncompleteThread =
|
||||
isTweet && document.querySelector(".timeline-item.more-replies") != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user