glowingbear-mainbox/js
Jordan Callicoat 14879811a5 Make videoPlugin work for all imgur gifv videos
Some gifv links on imgur.com do not have an associated webm video
and only provide an mp4 video. Add two source elements with proper
mimetypes for both types of video. The video player will fall back
to the secondary source if the first cannot be loaded (due to 404)

Example: Trying to load the webm version of this video

  http://i.imgur.com/i7D4GRb.webm

will result in a 302 redirect to the gifv url, which tries to load
an HTML document. This will cause our video player to reject the
document as an invalid video format (text/html); on some videos it
will simply 404. The mp4 version is available and our player will
fall back to that.
2017-04-18 16:55:44 +00:00
..
bufferResume.js Fix bug where disconnecting using the 'power' button, resume acted strange 2016-09-07 13:29:05 -05:00
connection.js Alt-H now clears hotlists on WeeChat relay 2016-11-09 12:58:09 +01:00
file-change.js Add directive for file input change 2015-11-07 12:29:53 +01:00
filters.js Switch math rendering to KaTeX 2016-04-03 15:26:14 +02:00
glowingbear.js Merge pull request #896 from lorenzhs/fix-fontsize-unit-fixing 2017-04-05 14:34:04 +02:00
handlers.js Ability to pin buffers. Fixes #778. 2016-09-27 15:49:22 +02:00
imgur-drop-directive.js Insert URL at caret when dropping image into GB 2015-11-10 19:40:30 +01:00
imgur.js Modify Imgur's link response to HTTPS. 2016-03-31 19:13:18 -04:00
inputbar.js Don't show quick keys if they're disabled 2017-03-23 15:48:07 +01:00
irc-utils.js fix nick completion within brackets #781 2016-06-25 10:17:48 -04:00
localstorage.js Settings module 2015-02-04 19:56:56 +01:00
models.js Implement repeated-prefix 2016-10-18 11:05:28 +03:00
notifications.js Update app unread badge to dot instead of punctuation 2016-04-06 09:15:21 +02:00
plugin-directive.js Fix automatic embedding of asynchronous plugins (jsonp) 2015-02-08 11:50:49 +01:00
plugins.js Make videoPlugin work for all imgur gifv videos 2017-04-18 16:55:44 +00:00
settings.js settings: add a cache 2015-05-21 21:08:17 +02:00
utils.js Switch math rendering to KaTeX 2016-04-03 15:26:14 +02:00
websockets.js fixes for reconnect feature 2015-03-15 23:58:18 +01:00
weechat.js weechat.js: implement infolist 2015-12-17 17:17:16 +01:00
whenscrolled-directive.js Implement infinite scrolling 2015-12-19 19:45:33 +01:00