updated occassionally
filename | character |
---|---|
CH0058_spr |
Hifumi (Swimsuit) |
CH0060_spr |
Tsurugi (Swimsuit) |
CH0063_spr |
Hina (Swimsuit) |
CH0064_spr |
Iori (Swimsuit) |
CH0066_spr |
Shun (Small) |
CH0069_spr |
Mika |
autocomplete="off"
onto <form>
element;<input>
with autocomplete="false"
as a first children element of the form.<form autocomplete="off" method="post" action="">
<input autocomplete="false" name="hidden" type="text" style="display:none;">
...
most of these are for Chromium browsers because I like Chromium
but if you want firefox versions you can probably find something similar on Add-ons for Firefox.
i'll be linking official websites but when those aren't available I'll just use the Web Store
brings back annotations on all videos that used it before their "removal". i say "removal" in quotes because annotation data wasn't actually removed from YouTube's code, just made invisible to the average viewer.
fixes a lot of old videos that make use of annotations to do point & click adventure games
https://github.com/isaackd/AnnotationsRestored
example https://raw.githubusercontent.com/SchaleDB/SchaleDB/main/images/student/collection/13000.webp
ID | character |
---|---|
10000 | Aru |
10001 | Eimi |
10002 | Haruna |
10003 | Hifumi |
10004 | Hina |
For various frontends
Sorted by most to least used
https://discuss.whatever.social
https://l.opnxng.com
https://libreddit.bus-hit.me
https://libreddit.kavin.rocks
Sometimes you want to have a subdirectory on the master
branch be the root directory of a repository’s gh-pages
branch. This is useful for things like sites developed with Yeoman, or if you have a Jekyll site contained in the master
branch alongside the rest of your code.
For the sake of this example, let’s pretend the subfolder containing your site is named dist
.
Remove the dist
directory from the project’s .gitignore
file (it’s ignored by default by Yeoman).
Hey there, apparently people are still using this Gist from 2013! It's out of date! Consult the Github docs.