mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-12 00:09:03 +00:00
ignore this idk why it's broken
This commit is contained in:
parent
121b705442
commit
4810fe1bc1
@ -16,7 +16,7 @@ _(forked by [@dragonwocky](https://github.com/dragonwocky).)_
|
|||||||
|
|
||||||
- bugfix: wider table & the "+" button not working in database pages.
|
- bugfix: wider table & the "+" button not working in database pages.
|
||||||
|
|
||||||
> [notion-enhancer.v4.1.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip)
|
> 📥 [notion-enhancer.v4.1.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip)
|
||||||
|
|
||||||
### v0.4.0
|
### v0.4.0
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ _(forked by [@dragonwocky](https://github.com/dragonwocky).)_
|
|||||||
- new: app startup options.
|
- new: app startup options.
|
||||||
- ~~style: smaller table icons.~~
|
- ~~style: smaller table icons.~~
|
||||||
|
|
||||||
> [notion-enhancer.v3.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip)
|
> 📥 [notion-enhancer.v3.zip](https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip)
|
||||||
|
|
||||||
### v0.2.0
|
### v0.2.0
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ inc. file renaming.</li>
|
|||||||
<li>bugfix: wider table & the "+" button not working in database pages.</li>
|
<li>bugfix: wider table & the "+" button not working in database pages.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip">notion-enhancer.v4.1.zip</a></p>
|
<p>📥 <a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d239a3cf-d553-4ef3-ab04-8b47892d9f9a/Notion_Customization_v4.1.zip">notion-enhancer.v4.1.zip</a></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@ -57,7 +57,7 @@ inc. file renaming.</li>
|
|||||||
<li><del>style: smaller table icons.</del></li>
|
<li><del>style: smaller table icons.</del></li>
|
||||||
</ul>
|
</ul>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p><a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip">notion-enhancer.v3.zip</a></p>
|
<p>📥 <a href="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b01aa446-5727-476a-a25e-395472bfb1be/NotionScriptsV3.zip">notion-enhancer.v3.zip</a></p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -169,7 +169,7 @@ class Scrollnav {
|
|||||||
const construct = () => {
|
const construct = () => {
|
||||||
if (
|
if (
|
||||||
location.pathname.endsWith('index.html') &&
|
location.pathname.endsWith('index.html') &&
|
||||||
window.location.protocol !== 'file:'
|
window.location.protocol === 'https:'
|
||||||
)
|
)
|
||||||
location.replace('./' + location.hash);
|
location.replace('./' + location.hash);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user