Update src/content_script/mastodonInject.js

Co-authored-by: rugk <rugk+git@posteo.de>
This commit is contained in:
Huey 2022-11-26 09:49:18 +08:00 committed by GitHub
parent 211042401e
commit 46468116f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@ async function init() {
const ogType = document.querySelector("meta[property='og:type']");
// inject only once on detail toots view pages
if (ogType && ogType.getAttribute("content") === "article"){
injectInteractionButtons();
} else {