ko-fi.com Open in urlscan Pro
2606:4700:10::6816:eca  Public Scan

Submitted URL: http://redpinkgreen.de/
Effective URL: https://ko-fi.com/redpinkgreen/shop
Submission: On November 16 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST /Account/LogOff

<form action="/Account/LogOff" id="logoutForm" method="post"><input name="__RequestVerificationToken" type="hidden" value="tJS55E2s-3WnWPHchXmr9fCp6FsgYaUuqoKOZj2JudNxCSxjmqzY_oZh8qX8N1r8NbLpSAkRCDa9OXXgxTaHg1aqNhHJCnTYlYDFcxWI3SU1"> <a class="kfds-btn-sidemenu" href="javascript:document.getElementById('logoutForm').submit()">
                <i class="far fa-sign-out-alt fa-fw"></i><span class="kfds-lyt-pdg-start-end-medium">Log Out</span>
            </a>
</form>

<form id="shop-search-form" class="kfds-lyt-flex-vert-center kfds-c-srf-search-bar kfds-lyt-width-100 btn-white" onsubmit="return false;">
  <div class="kfds-left-mrgn-16 kfds-right-mrgn-4"><i class="fas fa-search"></i></div>
  <input v-model="search" type="search" id="shop-search-input" placeholder="Search RedPinkGreen's shop" size="46" maxlength="100" autocomplete="off"
    class="kfds-c-remove-form-style kfds-lyt-width-100 kfds-no-input-border kfds-srf-rounded bg-transparent">
  <div class="kfds-right-mrgn-4">
    <button type="reset" id="shop-search-clear" title="clear search" class="kfds-srf-rounded kfds-btn-tertiary-light-s p-16" v-on:click="search = ''" v-bind:style="{ 'display': search.length > 0 ? 'flex' : 'none' }">
      <i class="far fa-times"></i><span class="kfds-font-bold kfds-left-mrgn-8">Clear</span>
    </button>
  </div>
</form>

<form id="stripe-payment-form">
  <div id="stripe-cardpayment" class="ds-stripe-payment-form-wrapper kfds-c-form-border"></div>
  <div class="error" role="alert" v-for="error in paymentMethodsContext.stripeCheckout.elements.errors" style="display: flex; justify-content:center">
    <svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" style="margin-right: 10px; ">
      <path class="base" fill="#e25950" d="M8.5,17 C3.80557963,17 0,13.1944204 0,8.5 C0,3.80557963 3.80557963,0 8.5,0 C13.1944204,0 17,3.80557963 17,8.5 C17,13.1944204 13.1944204,17 8.5,17 Z"></path>
      <path class="glyph" fill="#FFF"
        d="M8.5,7.29791847 L6.12604076,4.92395924 C5.79409512,4.59201359 5.25590488,4.59201359 4.92395924,4.92395924 C4.59201359,5.25590488 4.59201359,5.79409512 4.92395924,6.12604076 L7.29791847,8.5 L4.92395924,10.8739592 C4.59201359,11.2059049 4.59201359,11.7440951 4.92395924,12.0760408 C5.25590488,12.4079864 5.79409512,12.4079864 6.12604076,12.0760408 L8.5,9.70208153 L10.8739592,12.0760408 C11.2059049,12.4079864 11.7440951,12.4079864 12.0760408,12.0760408 C12.4079864,11.7440951 12.4079864,11.2059049 12.0760408,10.8739592 L9.70208153,8.5 L12.0760408,6.12604076 C12.4079864,5.79409512 12.4079864,5.25590488 12.0760408,4.92395924 C11.7440951,4.59201359 11.2059049,4.59201359 10.8739592,4.92395924 L8.5,7.29791847 L8.5,7.29791847 Z">
      </path>
    </svg>
    <span class="message" style="font-size: 14px; color: #e25950">{{ error }}</span>
  </div>
  <button type="submit" class="kfds-btn-primary kfds-font-bold kfds-lyt-width-100 kfds-btm-mrgn-16 custom-color-solid-bg" style="font-size: 18px; margin-top: 15px; height: 47px;">Pay now</button>
</form>

POST /Onboarding/SocialLogin

<form action="/Onboarding/SocialLogin" id="social-onboarding-form" method="post"> <input type="hidden" v-model="intent" name="intent">
  <input type="hidden" v-model="intentPayload" name="payload">
  <input type="hidden" name="provider">
  <input type="hidden" name="token">
  <div id="socialLoginList">
    <div class="col-xs-12 ds-c-target-with-cta kfds-btm-mrgn-16" v-if="shouldShowSocialOption('Twitter')">
      <button type="button" v-on:click="startSocialLoginWith('Twitter')" class="btn btn-sociallogin Twitter" id="Twitter" title="Continue with Twitter">
        <i style="" class="pad5 fab fa-twitter"></i> Twitter </button>
    </div>
    <div class="col-xs-12 ds-c-target-with-cta kfds-btm-mrgn-16" v-if="shouldShowSocialOption('Google')">
      <button type="button" v-on:click="startSocialLoginWith('Google')" class="btn btn-sociallogin Google" id="Google" title="Continue with Google">
        <i style="" class="pad5 fab fa-google"></i> Google </button>
    </div>
    <div class="col-xs-12 ds-c-target-with-cta kfds-btm-mrgn-16" v-if="shouldShowSocialOption('Facebook')">
      <button type="button" v-on:click="startSocialLoginWith('Facebook')" class="btn btn-sociallogin Facebook" id="Facebook" title="Continue with Facebook">
        <i style="" class="pad5 fab fa-facebook"></i> Facebook </button>
    </div>
    <!-- Twitch -->
    <div class="col-xs-12 ds-c-target-with-cta kfds-btm-mrgn-16" v-if="shouldShowSocialOption('Twitch')">
      <button type="button" v-on:click="startSocialLoginWith('Twitch')" class="btn btn-sociallogin Twitch" id="Twitch" title="Continue with Twitch">
        <i style="" class="pad5 fab fa-twitch"></i> Twitch </button>
    </div>
  </div>
</form>

<form>
  <input name="__RequestVerificationToken" type="hidden" value="L-Iwy9LyGY_XcSrmbnuyS2sKCkjfvlAVo_zLpy8QQ2lSAaLb7AgcoceYrYhywYegXmkOBy6KAbIh-PqClSsrVHWvYuDeDMenhY-rzyp_4Bs1">
  <input type="submit" id="resend-button" onclick="$('#resend-button').val('Resent. Please check your email.');" class="kfds-text-is-link" style="padding:0;" value="Resend">
</form>

Text Content

×
Home Your Page Feed
 
Explore Settings

--------------------------------------------------------------------------------

My support
Payments & Orders
 
My Supporters

--------------------------------------------------------------------------------

More ways to earn
Memberships Shop Commissions Buttons & Widgets Discord Stream Alerts More
Account & Billing Stream Alerts API Help
Log Out

--------------------------------------------------------------------------------

Upgrade


Start a page
 * What is Ko-fi?
 * Log in
 * Explore
 * How it works
   
 * Blog

Gold
RedPinkGreen
135 Supporters
Follow
 * Report Abuse



Follow
 * Report Abuse

RedPinkGreen
135 Supporters
About Gallery Posts Shop

Tip

 * About
 * Gallery
 * Posts
 * Shop


Support RedPinkGreen About
Tip


Likes messing around with textiles, machineknitting, 3d printing, loves cats...

Show More
redpinkgreen.de


Tip Share
Design Science & Tech Crafts
x 47 Received




Gallery View Gallery


Badges

Shop Go to Shop
{{ item.Name }} {{ formatCount(item.OrderCount) }} sold
{{ formatItemPrice(item.Price) }} {{ formatItemPriceDiscounted(item) }} + {{
formatItemPrice(item.Price) }} + Free + Sold Out
Commissions Go to Commissions

{{ item.Name }} {{ formatCount(item.OrderCount) }} sold
{{ formatItemPrice(item.Price) }} {{ formatItemPriceDiscounted(item) }} + {{
formatItemPrice(item.Price) }} + Free + Sold Out
RedPinkGreen

> Hacking and Case Modding Brother Knitting Machines in a colourful and
> sometimes sparkly way
> 
> Show More

Feed
Give Support


Make money doing what you love.
Start a free Ko-fi page


Choose a Membership Level

Latest
Share
Share This

Loading...


Clear
Discount {{ discountPercentage }}% applied to selectedall items
 * All
 * 💎 Member Only
 * {{ category.Name }}

No items matching the name {{search}} were found.

Try removing the category filter to get more results.

Member-only €{{ formatItemPrice(shopItem.Price) }} €{{
formatItemPriceDiscounted(shopItem) }} + €{{ formatItemPrice(shopItem.Price) }}
+ Free + Sold Out
{{ shopItem.Name }} {{ shopItem.Description }} by CreatorName
{{ formatCount(shopItem.OrderCount) }} sold




SHARE REDPINKGREEN'S PAGE

×Close

Help RedPinkGreen by sharing this page anywhere!

Copy




×Close


SHARE REDPINKGREEN'S SHOP

Copy

Help RedPinkGreen by sharing!

RedPinkGreen  
Loading...



Support


×Close

Tip
×Close

Close

Close



Choose a Membership Level

One time Monthly Membership
Choose amount
{{ currencySign }} {{ amount }}
{{ currencySign }}{{ donationPanel.unitAmount }} each
- +
or enter an amount
{{ currencySign }}
Please enter at least {{ currencySign }}{{ donationPanel.minimumAmount }}


Private message
Make it monthly and unlock member-only benefits and unlock {{
donationPanel.monthlyBenefits.UnlockableGalleryItems +
donationPanel.monthlyBenefits.UnlockablePosts }} posts
Email Password Name
Discord reward available for monthly support Discord reward available
See all {{ donationPanel.membershipTiers.length }} tiers See all {{
donationPanel.membershipTiers.length }} tiers
{{ tier.Name }}
{{ currencySign }}{{ parseFloat(tier.PricePerMonth).toFixed(2).replace(".00",
"") }}  per month
Join We're full!
{{ tier.SpotsAvailable }} places left
No places left
Joined
Your current tier
Show more

{{ tier.Description }}

 * {{ benefit.Description }}


See All {{ donationPanel.membershipTiers.length }} Tiers
See All {{ donationPanel.membershipTiers.length }} Tiers
Your email address

Please provide a valid email address
Pay with...

Pay now
{{ error }}
Pay now

Pay now with Card



Pay with Card
or



Subscribe with PayPal Subscribe with PayPal Subscribe with PayPal

Go back
By continuing you accept the terms & privacy policy and understand you're paying
directly.
{{ itemCount }}
{{ itemCount }} {{ itemCount == 1 ? 'item' : 'items' }}
Total {{ currencySymbol }}{{ parseFloat(totalPrice).toFixed(2) }}
Loading...
View Cart

×Close


{{ HEADER }}


Twitter
Google
Facebook
Twitch

--------------------------------------------------------------------------------

or

--------------------------------------------------------------------------------

Continue with Email
Log in with your existing account

 * {{ error }}






I accept the terms & privacy policy

or
Send me a link to sign in
Already have an account? Log in here


CONFIRM YOUR EMAIL

We sent a verification code to: {{ emailSignup.email }}
Check your Gmail inbox.

Follow the link in the email, or enter the code below:


If you don't get the email after a few minutes, tap below to resend.





...or confirm your email later


DRAFTS & SCHEDULE



Loading...
Close
Say thank you to Thanon
×
Show publicly on my feed
Send
Close
Choose a custom color
Choose a theme color
Set the theme color of your page.
Choose custom color
Close
Choose a custom color

Select a custom theme color for your page.




Please choose a darker color.

Please enter a valid hex code.

Save

© Ko-fi Labs
Cookie Settings Terms Privacy Help Gold