Skip to content
This repository has been archived by the owner on Mar 23, 2018. It is now read-only.

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
 - Fixed not being able to stop moving the floating player
  • Loading branch information
ParticleCore committed Jul 4, 2015
1 parent e25416c commit 4c21260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Userscript/YouTubePlus.user.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ==UserScript==
// @version 0.3.2
// @version 0.3.3
// @name YouTube +
// @namespace https://github.com/ParticleCore
// @description YouTube with more freedom
Expand Down Expand Up @@ -2329,6 +2329,7 @@
if (event.type === 'mouseup') {
set('floaterY', videoPlayer.offsetTop);
set('floaterX', videoPlayer.offsetLeft);
activeMove = false;
return;
}
if (event.type === 'mousemove') {
Expand Down

0 comments on commit 4c21260

Please sign in to comment.