• Register
    • Login
    • Search
    • Categories
    • Recent
    1. Home
    2. Cookie 5
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • SweetP

      Cookie 5 download link
      • SweetP

      13
      0
      Votes
      13
      Posts
      794
      Views

      SweetP

      @x99 send me an email,
      and ill send you a license and a download link for v5.13 from my store

    • SweetP

      Beta releases
      • SweetP

      78
      0
      Votes
      78
      Posts
      32138
      Views

      SweetP

      really fixed Chrome downloads removal fixed Firefox downloads removal

      https://sweetpproductions.com/products/cookie5/CookieBeta.dmg

    • C

      Can't complete cookie5 installation (Full Disk Access problems)
      • cornishman33

      4
      0
      Votes
      4
      Posts
      567
      Views

      SweetP

      perfect!

    • SweetP

      Enabling Cookie5 on macOS Mojave (10.14)
      • SweetP

      42
      0
      Votes
      42
      Posts
      4158
      Views

      E

      I have lots of safari bookmarks and they're synced through iCloud.

    • SweetP

      Cookie user manual with troubleshooting help
      • SweetP

      1
      1
      Votes
      1
      Posts
      1413
      Views

      No one has replied

    • SweetP

      Problems staying logged in to favourite sites?
      • SweetP

      10
      0
      Votes
      10
      Posts
      1575
      Views

      SweetP

      @flipper Cookie4 can be found here:
      https://sweetpproductions.com/products/cookie/Cookie.dmg

    • SweetP

      Conflict with Default Folder X
      • SweetP

      20
      0
      Votes
      20
      Posts
      6572
      Views

      SweetP

      Is Cookie crashing.
      Did you try deleting the Cookie file?

    • SweetP

      Cookie doesn't see any Firefox cookies
      • SweetP

      29
      0
      Votes
      29
      Posts
      4412
      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?

    • SweetP

      Scripts for Safari & Safari Technology Preview
      • SweetP

      13
      0
      Votes
      13
      Posts
      5929
      Views

      T

      No scripts are needed for Firefox
      πŸ™‚

      OK thanks Russell

    • SweetP

      Upgrading from Cookie 4 to Cookie5?
      • SweetP

      1
      0
      Votes
      1
      Posts
      2225
      Views

      No one has replied

    • P

      Last Brave Browser addition
      • paul H

      2
      0
      Votes
      2
      Posts
      164
      Views

      SweetP

      @paul-H Cookie 6 supports Brave
      πŸ™‚

    • G

      ClearSafariCache.sh Stuck
      • grettir

      24
      0
      Votes
      24
      Posts
      6612
      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.)

    • A

      Feature request - Opera 'beta' and 'developer' support
      • aszeszo

      8
      0
      Votes
      8
      Posts
      2241
      Views

      SweetP

      @retrocool thanks!
      πŸ™‚

    • T

      Remove iCloud Safari History?
      • Timmy

      9
      0
      Votes
      9
      Posts
      2935
      Views

      SweetP

      I havn't found a way to disable History being synced via iCloud. all other data removal works as expected regardless of iCloud status.

    • A

      Cookie 5.12 problems under macOS 11.0.1 (Big Sur)
      • alohart

      3
      0
      Votes
      3
      Posts
      431
      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.

    • E

      This topic is deleted!
      • eagle

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • M

      Firefox /Profiles...Can't Remove...?
      • moneyslinger

      2
      0
      Votes
      2
      Posts
      309
      Views

      SweetP

      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.
      πŸ‘

    • L

      Cant make cookie work with whatsappweb and telegram web
      • lebm

      2
      0
      Votes
      2
      Posts
      324
      Views

      SweetP

      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
    • G

      Chase Bank still not recognizing my computer
      • gistmeperry

      3
      0
      Votes
      3
      Posts
      347
      Views

      SweetP

      @gistmeperry thats great!

    • P

      Cookie 5.9.10 fails to clear Safari cache
      • Philip

      4
      0
      Votes
      4
      Posts
      453
      Views

      SweetP

      @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