Advertisement
PintorKagamine

Untitled

Sep 7th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. window.UserTagsJS = {
  2.     modules: {},
  3.     tags: {
  4.         reinasheba: { u:'Reina Sheba' }
  5.     }
  6. };
  7. UserTagsJS.modules.custom = {
  8.     'Aniimefangirl': ['reinasheba']
  9. };
  10. UserTagsJS.modules.inactive = {
  11.     days: 30,
  12.     zeroIsInactive: false
  13. };
  14. UserTagsJS.modules.nonuser = false;
  15. UserTagsJS.modules.autoconfirmed = false;
  16. UserTagsJS.modules.newuser = false;
  17. importArticles({
  18.     type:'script',
  19.     articles: [
  20.         'u:dev:UserTags/code.js'
  21.     ]
  22. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement