Advertisement
Guest User

InstantFap LeftHand-Slideshow

a guest
Dec 21st, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Lefthand IF
  3. // @namespace    http://your.website.com/
  4. // @version      1.0
  5. // @description  Use left hand to scroll slideshow on IF
  6. // @author       Anonymous
  7. // @match        http://instantfap.com/*
  8. // @grant        none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. shortcut.add('a', function() {
  14.     slideshow_go_prev();
  15. });
  16.  
  17. shortcut.add('d', function() {
  18.     slideshow_go_next();
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement