15 lines
No EOL
355 B
JavaScript
15 lines
No EOL
355 B
JavaScript
//==================================================
|
|
// sharefeed entry tool - by kebokyo
|
|
// content.js - examines the content of the page
|
|
// for data autofill
|
|
// created june 21, 2025
|
|
//==================================================
|
|
|
|
|
|
let entry = {
|
|
title: ""
|
|
};
|
|
|
|
// if schema.org JSON-LD is present, read that data
|
|
|
|
return entry; |