sta-s2z

Untitled

Feb 9th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         New Userscript
  3. // @namespace    http://newtech.educom.ru/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @grant        none
  8. // ==/UserScript==
  9. /* jshint -W097 */
  10.  
  11. //var onload = function () {
  12. console.log('---');
  13.     window.jQuery('.vote-for-us').each(function( index ) {
  14.         var a = ['86 ', '56 ', '9 ', '117 ', '22 '];
  15.         console.log (index + " : " + window.jQuery(this).attr('data-id'));
  16.         window.jQuery(this).attr('data-id', a[ index % 5 ]);});
Advertisement
Add Comment
Please, Sign In to add comment