Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

  • You can use [base64] and [hide64] BBCode to automatically convert your string into Base64. The [base64] tag will give you the encoded string, while the [hide64] tag will conceal your post but will still reveal the Base64 encoded message when unhidden.
    The raw text is only available to you, and it will help you to edit your post faster.

MMD discussion and sharing

Welp. I now know that transfer.it is a very good all core cpu stress test if you do not bottle neck it with a slow storage device. I haven't seen my CPU spike to 76 celcius in a long while. It also uses about 14GB of RAM lol. This is some terrible optimization even if it can fully saturate my upload speed.
 
Anyone in here knowledgeable enough to vet this firefox extension for malicous intent?
I need a base64 decoder extension that support UTF-8 so i dont have to visit the base64decode site so often. If anyone has got suggetions that would be great.


Please use our resident admin's decoder instead.
#21,263
 
Last edited:
Tenkasu_Ch☆ (てんかすちゃん☆) 2026-03 Collection [FHD-60fps-XXMbps]
Please / Kindly Support The Creator:
https://tenkasuch.fanbox.cc/
https://fantia.jp/fanclubs/56857
-
You must give the following reaction to unlock: Like Love Haha Wow
-
If Hotlink protection enabled, use this to bypass it:
https://chromewebstore.google.com/d...er-for/mpbjkejclgfgadiemmefgebjfooflfhl?hl=en
-
For Other Collection Visit : https://www.anime-sharing.com/members/nasa123.319097/#recent-content
-
Im not a collectionist. i convert, compress, encode video to friendly size and share it. So sometimes my post will missing some video. =D
-
 
Last edited:
Anyone in here knowledgeable enough to vet this firefox extension for malicous intent?
[Hidden Content]
I need a base64 decoder extension that support UTF-8 so i dont have to visit the base64decode site so often. If anyone has got suggetions that would be great.
is it really that big of a deal? I always just have a tab of it open. You can just also set it so whenever you open the browser to have it popup as well. Also using jdownloader also auto decodes it.
 
it's probably take less than 5 minutes work to code a greasy fork script to do this. Hell I'd say 2 minutes
 
Here's the userscripts, you can use it with Tamper Monkey but for this to work, you probably need to enable developer mode and set allow User Scripts with Tamper Monkey:
1778645800183.png


Afterward, it will give you a decode button:
1778645930341.png


And hitting that will give you the result, with the copy for convenience.

1778645950252.png


I will let our higher rank member to have a go first, regular member will have it unlock by next week to show you how much I appreciate the effort of everyone. Totally not a buggy and sloppy job that I want our elite members to be guine pig first.

Content is only visible to the following user group: Distinguished Member, Elite Member, Recognized Member
 
Last edited:
is it really that big of a deal? I always just have a tab of it open. You can just also set it so whenever you open the browser to have it popup as well. Also using jdownloader also auto decodes it.
It not a big deal. However I am a data hoarder and my 17TB NAS needs a bit of an upgrade. Until i get more storage I have to be a bit selective in what i save which means i want to be able to see the uncoded links. I dont check the fourm everyday so that could easily be a couple of links spanning pages. it is easy to lose track of which page/link/password is to which zip file. It is easier to just translate the base64 on page like a google translate. I could make one but im not familiar with JS so it would take a while.
 
Here's the userscripts, you can use it with Tamper Monkey but for this to work, you probably need to enable developer mode and set allow User Scripts with Tamper Monkey:
View attachment 99505

Afterward, it will give you a decode button:
View attachment 99506

And hitting that will give you the result, with the copy for convenience.

View attachment 99507

I will let our higher rank member to have a go first, regular member will have it unlock by next week to show you how much I appreciate the effort of everyone. Totally not a buggy and sloppy job that I want our elite members to be guine pig first.

[Hidden Content]
This works great. It catches about 95% of the encodes. It only fails when the encode is shorter than 16characters. This is usuaslly the creator's name anyway. better than chancing an extension that pushed an update causing link intercepting. There were way too many of those types of attack over the years.
 
Here's the userscripts, you can use it with Tamper Monkey but for this to work, you probably need to enable developer mode and set allow User Scripts with Tamper Monkey:
View attachment 99505

Afterward, it will give you a decode button:
View attachment 99506

And hitting that will give you the result, with the copy for convenience.

View attachment 99507

I will let our higher rank member to have a go first, regular member will have it unlock by next week to show you how much I appreciate the effort of everyone. Totally not a buggy and sloppy job that I want our elite members to be guine pig first.

[Hidden Content]
Seems good on both desktop and mobile, will report if anything gets weird! Thank you!
 
  • Like
Reactions: feffe12
Here's the userscripts, you can use it with Tamper Monkey but for this to work, you probably need to enable developer mode and set allow User Scripts with Tamper Monkey:
View attachment 99505

Afterward, it will give you a decode button:
View attachment 99506

And hitting that will give you the result, with the copy for convenience.

View attachment 99507

I will let our higher rank member to have a go first, regular member will have it unlock by next week to show you how much I appreciate the effort of everyone. Totally not a buggy and sloppy job that I want our elite members to be guine pig first.

[Hidden Content]

Content is only visible to the following user group: Recognized Member
 
I tried, he ignored admin too 🥲
What's likely going on is that he's a dedicated repost user. Meaning the links are not his so he probably can't even fix it even if he responds.

Edit: He did respond, I take back what I said.
 
Last edited:
It not a big deal. However I am a data hoarder and my 17TB NAS needs a bit of an upgrade. Until i get more storage I have to be a bit selective in what i save which means i want to be able to see the uncoded links. I dont check the fourm everyday so that could easily be a couple of links spanning pages. it is easy to lose track of which page/link/password is to which zip file. It is easier to just translate the base64 on page like a google translate. I could make one but im not familiar with JS so it would take a while.
If you have *nix terminal you can use this:

Bash:
xclip -o -selection clipboard | tr -d ' ' | base64 -d | xclip -i -selection clipboard

The snippet just decodes what in the clipboard at the moment and puts it back there. I was too lazy to write something as a plugin, so I use this oneliner. Hope this helps
 
  • Like
Reactions: Manseband