sizzlemctwizzle
sizzlemctwizzle
The API would behave similarly to script lists (with sorting, pagination, searching, etc.) but return a JSON array of script attributes instead of an HTML page. The full specification needs...
My haphazard design decisions during initial development combined with the enhancements of @Zren have left the code base full of redundancies and inconsistencies. The current state of the code is...
For some reason the authentication routine is creating duplicate users (can be seen in /admin/user if you have access). I'm pretty sure this bug is due to a recent change...
I wrote [my own](https://github.com/sizzlemctwizzle/Pornstache) Mustache template rendering engine for Node.js awhile back. It is much faster and more memory efficient than [Mu](https://github.com/raycmorgan/Mu). Instead of building a parse tree in memory...
Site Mascot
We need something like GitHub's Octocat to use as a mascot for the site. My idea is called the Magical Mechanical Userjs Bird (or M2UB). It's based on one of...
The flag count would not be reset but instead`content.flagged = false;` (pardon). If the content gets flagged again, it would once again show up for review and possible removal/pardoning.
People have complained about the flag system not being effective. We can't expect one user: @Martii, who is an admin and shouldn't even be responsible for removing flagged scripts, to...
One of the things I've been toying with is the idea of running scripts when they're uploaded inside a sandbox on the server that would replicate the Tampermonkey environment (since...
Discussed in #109. Basically some way to visualize scripts grouped by what site they run on. I have no idea what the UI might be, but it has to look...
Currently I use external tools to do direct DB management. I'd like an interface, only available to the root user, that allows querying collections and editing the JSON version of...