Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Block anCookie
- // @version 0.1
- // @description A simple extension to make anCookie allways return "True"
- // @author SilicaAndPina
- // @match *://*/*
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- createCookie('anCookie',true);
- })();
Advertisement
Add Comment
Please, Sign In to add comment