mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
9 lines
No EOL
408 B
HTML
9 lines
No EOL
408 B
HTML
<div id="loading-comments" class="loading-comments"></div>
|
|
<script src="https://cdn.rawgit.com/JubbeArt/removeddit/5a25b161/static/snuownd.js"></script>
|
|
<script>
|
|
const thread_id = "{{ .ThreadID }}";
|
|
const token = "{{ .Token }}";
|
|
const subreddit = "{{ .Subreddit }}";
|
|
const all_ids = {{ .CommentIDs }};
|
|
</script>
|
|
<script src="https://cdn.rawgit.com/JubbeArt/removeddit/5a25b161/static/script.js"></script> |