Tropical Smoothie

Author: WildAJA

Evaluate:
1
Difficulty:
1
 yasr-loader
Read more

Ingredients:

Number of portions: 1
180 Mililiter(s)
water
½
mango
¼
pineapple
½
banana
30 Gram(s)
spinach leaves
150
kale

Preparation:

Preparation time: <15 min.
  1. Chop all ingredients.
  2. Add ingredients to blender.
  3. Blend to desired consistency and ENJOY!

Author: WildAJA

Report recipe
<script>
// Get all elements with the class "yasr-multiset-visitors-rater"
const elements = document.querySelectorAll('.yasr-multiset-visitors-rater');

// Attach a click event listener to each element
elements.forEach(element => {
  element.addEventListener('click', () => {
    // Wait for 1 second before clicking the ".yasr-send-visitor-multiset" element
    setTimeout(() => {
      const targetElement = document.querySelector('.yasr-send-visitor-multiset');
      if (targetElement) {
        targetElement.click();
      }
    }, 1000);
  });
});

</script>
X

Report recipe: Tropical Smoothie