Skip to content

Instantly share code, notes, and snippets.

@mattosborn
Created October 17, 2014 10:41
Show Gist options
  • Save mattosborn/02bb80dbf7efac6e5759 to your computer and use it in GitHub Desktop.
Save mattosborn/02bb80dbf7efac6e5759 to your computer and use it in GitHub Desktop.
gu bookmarket - skip ads
javascript:(function() {
require(['qwery'],
function(qwery){
qwery('.js-gu-media').forEach(function(el) {
var vjs = videojs(el);
vjs.currentTime(vjs.duration() - 1);
});
});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment