Remove magic words and uploads, deprecate upload endpoints, style changes, version advance
This commit is contained in:
parent
5d18cee75e
commit
733ea8cce1
8 changed files with 87 additions and 156 deletions
8
static/content.js
Normal file
8
static/content.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(function() {
|
||||
|
||||
for (let i of document.getElementsByClassName('spoiler')) {
|
||||
i.onclick = function() {
|
||||
this.classList.toggle('revealed');
|
||||
}
|
||||
};
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue