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