Y
Hacker News
new
|
ask
|
show
|
jobs
by
snowflaxxx
2 days ago
You just described the Macaroni plugin system — plugins are literally appended as <script> tags before the closing </html> tag.
1 comments
account42
2 days ago
Note that you don't actually need a closing </html> tag.
link
snowflaxxx
1 day ago
The closing </html> tag is mandatory because Macaroni Messenger plugins are inserted immediately before it. This is the convention defined by the plugin system.
link