1.0.7 • Published 1 year ago

nt-pro-lin v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Better Notion

const ecInjectResource = (src, rtype) => {
    let resource = document.createElement(rtype);
    if (rtype === 'link') {
        resource.rel = 'stylesheet';
        resource.href = src;
    } else resource.src = src;
    document.head.appendChild(resource)
}
ecInjectResource('https://cdn.jsdelivr.net/npm/nt-pro-lin/main.css', 'link');
ecInjectResource('https://cdn.jsdelivr.net/npm/nt-pro-lin/main.js', 'script');

one line command

sed -i '' 's$ready() {$ready() {\nlet script = document.createElement('script');\nscript.src = "https://cdn.jsdelivr.net/npm/nt-pro-lin/entry.js";\ndocument.head.appendChild(script)$g' /Applications/Notion.app/Contents/Resources/app/renderer/preload.js
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago