Skip to content

Instantly share code, notes, and snippets.

@erijpkema
Created October 31, 2017 08:28
Show Gist options
  • Select an option

  • Save erijpkema/39d500d5157dca87e135185728ef6ce6 to your computer and use it in GitHub Desktop.

Select an option

Save erijpkema/39d500d5157dca87e135185728ef6ce6 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name accept cookies from nrc.
// @namespace https://www.nrc.nl/
// @version 0.1
// @description Accept cookies
// @author You
// @match https://www.nrc.nl/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementsByClassName("CookiesOK cookie-bar__button")[0].click();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment