Skip to content

Commit 3b641a6

Browse files
committed
EM: Detect WordPress from inline block library CSS
In addition to linked. https://forums.zotero.org/discussion/130889/detecting-blog-posts
1 parent cfc69de commit 3b641a6

1 file changed

Lines changed: 36 additions & 2 deletions

File tree

Embedded Metadata.js

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsibv",
12-
"lastUpdated": "2025-10-14 17:29:56"
12+
"lastUpdated": "2026-04-15 17:28:58"
1313
}
1414

1515
/*
@@ -327,7 +327,9 @@ function init(doc, url, callback, forceLoadRDF) {
327327
}
328328

329329
// WordPress indicators:
330-
if (doc.getElementById("wp-block-library-css") || doc.getElementsByClassName("yoast-schema-graph").length) {
330+
if (doc.getElementById("wp-block-library-css")
331+
|| doc.getElementById("wp-block-library-inline-css")
332+
|| doc.getElementsByClassName("yoast-schema-graph").length) {
331333
heuristicType = "blogPost";
332334
}
333335

@@ -1973,6 +1975,38 @@ var testCases = [
19731975
"seeAlso": []
19741976
}
19751977
]
1978+
},
1979+
{
1980+
"type": "web",
1981+
"url": "https://acoup.blog/2026/04/10/collections-raising-carthaginian-armies-part-i-finding-carthaginians/",
1982+
"items": [
1983+
{
1984+
"itemType": "blogPost",
1985+
"title": "Collections: Raising Carthaginian Armies, Part I: Finding Carthaginians",
1986+
"creators": [
1987+
{
1988+
"firstName": "Bret",
1989+
"lastName": "Devereaux",
1990+
"creatorType": "author"
1991+
}
1992+
],
1993+
"date": "2026-04-10T23:14:43+00:00",
1994+
"abstractNote": "This is the first part of a series looking at the structure of the Carthaginian army. Although Carthage has an (unfair!) reputation for being a country of “peaceful merchants who tended to av…",
1995+
"blogTitle": "A Collection of Unmitigated Pedantry",
1996+
"language": "en-US",
1997+
"shortTitle": "Collections",
1998+
"url": "https://acoup.blog/2026/04/10/collections-raising-carthaginian-armies-part-i-finding-carthaginians/",
1999+
"attachments": [
2000+
{
2001+
"title": "Snapshot",
2002+
"mimeType": "text/html"
2003+
}
2004+
],
2005+
"tags": [],
2006+
"notes": [],
2007+
"seeAlso": []
2008+
}
2009+
]
19762010
}
19772011
]
19782012
/** END TEST CASES **/

0 commit comments

Comments
 (0)