Remix.run Logo
snowflaxxx 2 days ago

You just described the Macaroni plugin system — plugins are literally appended as <script> tags before the closing </html> tag.

account42 2 days ago | parent [-]

Note that you don't actually need a closing </html> tag.

snowflaxxx 2 days ago | parent [-]

The closing </html> tag is mandatory because Macaroni Messenger plugins are inserted immediately before it. This is the convention defined by the plugin system.