don't move automatically to the next slide for SlideShare

don't move automatically to the next slide for slideshare

2015-03-19 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name       don't move automatically to the next slide for SlideShare
// @namespace  
// @version    0.1
// @description  don't move automatically to the next slide for slideshare
// @match      http://www.slideshare.net/*
// ==/UserScript==

'use strict';
!function(t){t.parentNode.removeChild(t)}(document.querySelector(".next-container"));