don't move automatically to the next slide for SlideShare

don't move automatically to the next slide for slideshare

  1. // ==UserScript==
  2. // @name don't move automatically to the next slide for SlideShare
  3. // @namespace
  4. // @version 0.1
  5. // @description don't move automatically to the next slide for slideshare
  6. // @match http://www.slideshare.net/*
  7. // ==/UserScript==
  8.  
  9. 'use strict';
  10. !function(t){t.parentNode.removeChild(t)}(document.querySelector(".next-container"));