Surye / mfp-keto-userscript

MyFitnessPal Keto Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete Widgets disappear

rgbink opened this issue · comments

[FIXME] When enabled the final table column in the Food Diary view () disappears. In order to delete a food entry, the script must be toggled off, refresh page (if auto-refresh isn't on), delete item, toggle script back on.

Worked it out: use Stylist (in Chrome) or any other extension that allows automated site CSS style changes to add the following:

body#food-diary[rel~="premium"] table.table0 tbody tr td.first {
    width: 490px;
}