diff --git a/chrome/content.js b/chrome/content.js
index fb38bf3..b8a80fc 100644
--- a/chrome/content.js
+++ b/chrome/content.js
@@ -113,6 +113,7 @@ async function addCustomLinksAsync(id, articleInfo) {
`;
elExtraRefCite.after(extraServicesDiv);
}
diff --git a/firefox/content.js b/firefox/content.js
index aa2db06..63a4eab 100644
--- a/firefox/content.js
+++ b/firefox/content.js
@@ -114,6 +114,7 @@ async function addCustomLinksAsync(id, articleInfo) {
`;
elExtraRefCite.after(extraServicesDiv);
}