I think pixeldrain is hitting the shitter right now.Good sir, can you help reupload? The link is dead
And do you perhaps have other works from the same author?
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.
I think pixeldrain is hitting the shitter right now.Good sir, can you help reupload? The link is dead
And do you perhaps have other works from the same author?
I will be posting the entire collection soon, with the creator name. I'm testing on upload hosters at the moment. The entire collection is about 200GB. Since you're asking, may in know a perference on upload hoster? Transfer.it seems to have a 90 day expire date and is about to become paid in 90 days it seems. go-file and pixeldrain uploads are slow. pikpak seems to be disliked here.can you share creator link or name?
Hello. seeing as we all know the struggles with Iwara's downtimes and YouTube destroying bitrates, we wanted to share a new alternative platform our team has been building for the community.
It's called Layenet (https://layenet.com).
Just to clarify so this doesn't get flagged as off-topic: While we built it heavily with MMD in mind, it fully supports all 2D and 3D animations. You can upload Blender, Unity, Koikatsu, or standard 2D animation renders, and you will NOT get kicked off for it. It is a dedicated platform specifically for 2D animation and MMD creators.
Why we built it / Features:
We just spun up some new high-speed forwarder nodes and we need people to stress-test the bandwidth. Come check it out, upload some high-bitrate stuff, and see if you can break our player before we pass out for the night lol.
- Video Quality: Natively streams up to 1440p at 60fps HEVC. Your gradients and physics will actually look the way you rendered them without blocky compression.
- Dual-Sync "Wand" Tool: We built a custom interactive player. You can perfectly sync two video layers and use a Wand tool to X-ray/peek through layers in real-time.
- Spatial Comments: You can draw a box on the screen to comment on specific details instead of just using standard timestamps.
- Asset Repo: You can attach your Motion/Model DLs and project files directly to the video page.
Link: https://layenet.com
6YeN6KOF54Ok5YWUKOeBq+Wkqem+mSk=can you share creator link or name?
you are my hero!!!!Ahoy
[Hidden Content]

Can you fix 2024 collection links? it is going to 2022 collection instead.Tenkasu_Ch☆ (てんかすちゃん☆) 2024 Collection [FHD-60fps-XXMbps]
Please / Kindly Support The Creator:
https://tenkasuch.fanbox.cc/
https://fantia.jp/fanclubs/56857
[Hidden Content]
Other Collection Visit : https://www.anime-sharing.com/members/nasa123.319097/#recent-content
-
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.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.
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.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.
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!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]
do you have a certain girl entrepreneur?i got you fam
[Hidden Content]
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]
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.I tried, he ignored admin too![]()
If you have *nix terminal you can use this: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.
xclip -o -selection clipboard | tr -d ' ' | base64 -d | xclip -i -selection clipboard