Cookie 5

Cookie 5 Support issues
278 Topics 1.4k Posts
  • Cookie 5 download link

    Pinned
    15
    0 Votes
    15 Posts
    2k Views
    SweetPS
    You can download Cookie 5 here: https://sweetpproductions.com/products/cookie5/Cookie5.dmg Send me an email at support@sweetpproductions.com and I’ll sort out a license for you
  • Beta releases

    Pinned
    78
    0 Votes
    78 Posts
    36k Views
    SweetPS
    really fixed Chrome downloads removal fixed Firefox downloads removal https://sweetpproductions.com/products/cookie5/CookieBeta.dmg
  • Can't complete cookie5 installation (Full Disk Access problems)

    Pinned
    4
    0 Votes
    4 Posts
    903 Views
    SweetPS
    perfect!
  • Enabling Cookie5 on macOS Mojave (10.14)

    Pinned
    42
    0 Votes
    42 Posts
    7k Views
    E
    I have lots of safari bookmarks and they're synced through iCloud.
  • Cookie user manual with troubleshooting help

    Pinned
    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Problems staying logged in to favourite sites?

    Pinned
    10
    0 Votes
    10 Posts
    2k Views
    SweetPS
    @flipper Cookie4 can be found here: https://sweetpproductions.com/products/cookie/Cookie.dmg
  • Conflict with Default Folder X

    Pinned
    20
    0 Votes
    20 Posts
    7k Views
    SweetPS
    Is Cookie crashing. Did you try deleting the Cookie file?
  • Cookie doesn't see any Firefox cookies

    Pinned
    29
    0 Votes
    29 Posts
    6k Views
    W
    Cookie 5 doesn't work at all for me with Firefox 68.0.2 on El Capitan (10.11.6). Firefox shows cookies in Privacy & Security >> Cookies and Site Data >> Manage Data but Cookie 5 only shows extensions. I have Cookie 5 set to delete on browser quit and have tried the things listed in this thread. The option to keep cookies in Firefox "Till they Expire" is not present in this version (or I can't find it). Is there anything else I can try?
  • Scripts for Safari & Safari Technology Preview

    Pinned
    13
    0 Votes
    13 Posts
    7k Views
    T
    No scripts are needed for Firefox OK thanks Russell
  • Upgrading from Cookie 4 to Cookie5?

    Pinned
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Last Brave Browser addition

    2
    0 Votes
    2 Posts
    666 Views
    SweetPS
    @paul-H Cookie 6 supports Brave
  • ClearSafariCache.sh Stuck

    24
    0 Votes
    24 Posts
    8k Views
    S
    The clearSafariCache.sh script takes a very long time (almost three minutes) on my machines, too, so I went ahead and optimized the find expression a bit so it won't unnecessarily descend into huge directories like com.apple.metadata.mdworker. Just replace the line find /private/var/folders \! -name "*SafariTechnologyPreview*" -name "*com.apple.Safari*" -exec rm -r {} \; 2>/dev/null with exec 2>/dev/null find /private/var/folders -name "*SafariTechnologyPreview*" -prune -o -name "com.apple.Safari*" -print0 -o -name "com.apple.*" -prune | xargs -0 rm -r Now the script finishes in less than a second. (I know that Cookie 6 and later do no longer use this script at all, but people who are still on older systems and cling to Cookie 5 might benefit.)
  • Feature request - Opera 'beta' and 'developer' support

    8
    0 Votes
    8 Posts
    3k Views
    SweetPS
    @retrocool thanks!
  • Remove iCloud Safari History?

    9
    0 Votes
    9 Posts
    4k Views
    SweetPS
    I havn't found a way to disable History being synced via iCloud. all other data removal works as expected regardless of iCloud status.
  • Cookie 5.12 problems under macOS 11.0.1 (Big Sur)

    3
    0 Votes
    3 Posts
    744 Views
    E
    @sweetp thanks for the confirmation. I had issues different from what @alohart was having, and I'm having other issues with Big Sur so I'm going back to Mojave for now. Hopefully I can upgrade to Big Sur (and Cookie 6) at some point.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Firefox /Profiles...Can't Remove...?

    Moved
    2
    0 Votes
    2 Posts
    620 Views
    SweetPS
    Those are all browser extensions. Removal is disabled by default. Click the small star icon in the bottom right of that window. uncheck never remove browser extensions Cookie v6 has better support for correctly naming extensions.
  • Cant make cookie work with whatsappweb and telegram web

    2
    0 Votes
    2 Posts
    980 Views
    SweetPS
    Perhaps you need to whitelist some of the tracking cookies. Expand the domain you’re having problems with. highlight any RED tracking cookies right click(control Click) and select add to whitelist
  • Chase Bank still not recognizing my computer

    3
    0 Votes
    3 Posts
    661 Views
    SweetPS
    @gistmeperry thats great!
  • Cookie 5.9.10 fails to clear Safari cache

    4
    0 Votes
    4 Posts
    785 Views
    SweetPS
    @HFTobeason navigate to the Cookie 6 Applications Script folder ~/Library/Application Scripts/com.sweetpproductions.CookieApp then open Terminal.app type cd then drag the scripts folder onto the terminal, and press RETURN then type this command, followed by pressing RETURN: chown :staff clearSafariTPCache.sh