Silicaly

Bypass anCookie

May 24th, 2017
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Block anCookie
  3. // @version 0.1
  4. // @description A simple extension to make anCookie allways return "True"
  5. // @author SilicaAndPina
  6. // @match *://*/*
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. (function() {
  11. 'use strict';
  12. createCookie('anCookie',true);
  13. })();
Advertisement
Add Comment
Please, Sign In to add comment