Delish.com Unblocker

Removes the free recipe limit :)

  1. // ==UserScript==
  2. // @name Delish.com Unblocker
  3. // @namespace https://leaked.wiki
  4. // @version 0.1
  5. // @description Removes the free recipe limit :)
  6. // @author Cracked.io/Sango
  7. // @match *://www.delish.com/cooking/*
  8. // @icon https://www.google.com/s2/favicons?domain=delish.com
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. document.cookie = 'journeyViews=; path=/; expires=Thu, 01 Jan 1970 00:00:01 GMT;';
  16. })();