Advertisement
Sena_x3

Checkboxes for Pure-Anime

Apr 29th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | None | 0 0
  1. // ==UserScript==
  2. // @name       Checkboxes for Pure-Anime
  3. // @namespace  pure-anime.biz
  4. // @version    1
  5. // @match      http://pure-anime.biz/wp-admin/*
  6. // ==/UserScript==
  7.  
  8. document.getElementById("in-category-1526").checked = true;
  9. document.getElementById("in-category-1527").checked = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement