Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Markdown spoiler/details working in preview, but not in userscript info.
I edited out the ads in the screenshots, to accentuate the changes the userscript makes, but markdown code doesn't work inside spoilers.
Spoiler:
ReadM Homepage After ![ReadM Homepage After](https://i.imgur.com/VZRxpcw.jpg "ReadM Homepage After")Without spoiler:
Oh, and the code:
Spoiler: <details><summary>ReadM Manga Before</summary> ![ReadM Manga Before](https://i.imgur.com/5t198F5.png "ReadM Manga Before") </details> Without spoiler: ![ReadM Manga Before](https://i.imgur.com/5t198F5.png "ReadM Manga Before")
Re: @sapioitgmail.com:
Better late than never here... apologies.
details
orsummary
HTML tags for user content. i.e. those tags are sanitized. This is unlikely to change but perhaps a discussion on Development would be considered... however it would need the establishing owners approval.summary { display: list-item; }
and any other relevant CSS modification for bootstrap.<details><summary>ReadM Manga Before</summary> ![ReadM Manga Before](https://i.imgur.com/5t198F5.png "ReadM Manga Before") </details>
... with the line breaks... but again those specific tags aren't allowed.
This is really a Development type query for the future please.
OUJS Admin