falk-hueffner / metric-cooking

Browser script that annotates US cooking units with their metric equivalent (e.g. 1 3/4 cups sugar [350 g])
GNU General Public License v2.0
29 stars 5 forks source link

Does not work on this website #23

Open Marcel22R opened 1 year ago

Marcel22R commented 1 year ago

Website

https://www.allrecipes.com/carrot-cake-ice-cream-recipe-7371979

Description of issue

Does not recognize and help with the cups

Screenshot

image

falk-hueffner commented 1 year ago

HTML is

<span data-ingredient-quantity="true">1/3</span> <span data-ingredient-unit="true">cup</span> <span data-ingredient-name="true">brown sugar</span><div data-v-2de2c288="" style="display: inline; cursor: pointer; background: white;"><!----></div>

so it's the same issue as #8 and #6.