mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-09 06:59:02 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
module.exports = function () {
|
|
document.addEventListener('readystatechange', (ev) => {
|
|
console.log(ev);
|
|
});
|
|
};
|