This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function() { | |
| require(['qwery'], | |
| function(qwery){ | |
| qwery('.js-gu-media').forEach(function(el) { | |
| var vjs = videojs(el); | |
| vjs.currentTime(vjs.duration() - 1); | |
| }); | |
| });})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript: (function(){require([ | |
| 'qwery', | |
| 'bonzo', | |
| 'bean', | |
| 'common/utils/$', | |
| 'common/utils/_', | |
| 'common/utils/ajax' | |
| ],function( | |
| qwery, | |
| bonzo, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function() { | |
| var el = document.createElement('pre'), | |
| b = document.getElementsByTagName('body')[0], | |
| otherjQuery = false, | |
| msg = '', | |
| libs = [ | |
| function loadjQuery() { | |
| if (typeof jQuery != 'undefined') { | |
| showMsg('This page already using jQuery v' + jQuery.fn.jquery); | |
| } else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){ | |
| function reloadCss(url){ | |
| $("link[href='"+url+"']").remove(); | |
| $('head').append('<link rel="stylesheet" type="text/css" href="'+url+'">'); | |
| } | |
| reloadCss('/assets/stylesheets/global.css'); | |
| })(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:(function(){ | |
| function reloadCss(url){ | |
| $("link[href='"+url+"']").remove(); | |
| $('head').append('<link rel="stylesheet" type="text/css" href="'+url+'">'); | |
| } | |
| reloadCss('/assets/stylesheets/head.default.css'); | |
| })(); |
NewerOlder