leftypol_vichan/js
ScriptKi77y 7d5899d3a7 Quick fix to remove lag..
Executing a function to make a get request while simultaneously triggering a scroll event within the executed scroll event is probably not the best idea.

This still needs work, there should probably be something else used to check for updates, such as an event where page has focus or something else that doesn't get called so many times, preferably something that reduces the timer instead.

This is just a quick fix to stop all the lag on threads when scrolling near the bottom.
2014-10-05 17:49:31 +02:00
..
mod move recent-posts to mod 2014-03-25 11:37:39 +01:00
options User JS and User CSS functionality. fixes #29 2014-09-21 02:29:33 +02:00
webm more work on containerchan 2014-04-06 21:39:33 +02:00
wPaint@2c272dffca Attempt to fix styling issue http://i.imgur.com/owHv6sE.png 2014-04-29 20:39:32 -04:00
ajax-post-controls.js work with threads and quick-post-controls.js 2013-09-16 04:45:53 +10:00
ajax.js ajax.js: remove old oekaki cruft; vichan-devel#20 2014-01-29 23:32:22 +01:00
auto-reload.js Quick fix to remove lag.. 2014-10-05 17:49:31 +02:00
catalog-link.js catalog link not always working; fix ctrlcctrlv#88 2014-09-27 11:13:04 +02:00
catalog.js add a very small image size for catalog 2014-09-20 06:40:43 +02:00
compact-boardlist.js compact-boardlist.js: allow direct board links 2014-04-21 01:19:34 +02:00
download-original.js Revert "Use a different way to show the original filename" 2014-08-08 22:18:06 +02:00
expand-all-images.js Disallow multiple Shrink all images appearing 2014-09-27 10:55:14 +02:00
expand-too-long.js final solution to expand-too-long problems 2014-08-09 04:56:50 +02:00
expand-video.js add user-options dialog functionality; port webm-settings to it; make a basic general settings applet; make it work on mobiles 2014-09-20 06:19:34 +02:00
expand.js live-index.js: initial commit 2014-08-10 20:55:37 +02:00
favorites.js favorites.js: add info about a possible conflict 2014-09-20 22:24:33 +02:00
fix-report-delete-submit.js Merged js/ into https://github.com/savetheinternet/Tinyboard 2012-03-31 11:20:18 +11:00
forced-anon.js move a few options to a general tab in options panel 2014-09-20 22:10:44 +02:00
hide-images.js Fix hide-images.js for multiimage 2014-05-04 19:11:23 -04:00
hide-threads.js fix hide-threads.js & no-animated-gif.js interaction 2014-08-10 22:54:47 +02:00
id_colors.js Poster ID readability 2014-10-05 17:48:43 +02:00
id_highlighter.js Remove prototype pollution, call on ready 2014-10-05 17:48:07 +02:00
inline-expanding-filename.js update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27 2014-01-21 19:25:11 +01:00
inline-expanding.js inline-expanding.js: 98% it is 2014-08-08 21:52:48 +02:00
jquery-ui.custom.min.js Revert "Update jQuery UI to 1.11.0, GeoIPv6 and IP library" 2014-07-06 03:50:16 +02:00
jquery.min.js Updated minify, jQuery, MixItUp and Tooltipster 2014-05-07 11:17:32 +02:00
jquery.mixitup.min.js revert mixitup update 2014-05-28 15:36:30 +02:00
live-index.js live-index: fix for boards with more than one letter in name 2014-08-10 22:49:23 +02:00
local-time.js local-time.js now supports custom time formats. idea by copypaste 2014-02-23 17:58:16 +01:00
mobile-style.js document mobile-style.js ( vichan-devel/Tinyboard#26 ) 2014-01-19 13:42:41 +01:00
multi-image.js fix multi-image.js when quick-reply isn`t loaded 2014-09-27 11:22:28 +02:00
no-animated-gif.js Fixed unanimating gifs in the catalog 2014-09-26 13:10:14 +02:00
options.js add user-options dialog functionality; port webm-settings to it; make a basic general settings applet; make it work on mobiles 2014-09-20 06:19:34 +02:00
post-hover.js post-hover.js: show a popup preview if a reply is only partially on screen; fixes ctrlcctrlv#84 2014-09-26 12:56:05 +02:00
quick-post-controls.js update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27 2014-01-21 19:25:11 +01:00
quick-reply.js Allow the user to decide whether or not he wants to display his country 2014-09-20 16:35:28 +00:00
quote-selection.js js/quote-selection.js: Slightly less buggy, especially on Macs 2013-07-20 14:05:39 -04:00
save-user_flag.js Fix save-user_flag.js 2014-08-08 21:39:20 +02:00
settings.js Update settings.js 2014-10-05 17:48:51 +02:00
show-backlinks.js update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27 2014-01-21 19:25:11 +01:00
show-op.js added my copyrights 2014-04-19 21:26:04 +02:00
smartphone-spoiler.js update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27 2014-01-21 19:25:11 +01:00
strftime.min.js bundle strftime library by Sami Samhuri https://github.com/samsonjs/strftime 2014-02-23 17:34:09 +01:00
style-select.js add copyright notices for javascripts based on commit history 2014-01-19 14:27:24 +01:00
threadscroll.js Updated threadscroll.js with bettter compatibility 2014-09-27 10:48:36 +02:00
titlebar-notifications.js document titlebar-notifications.js more ( vichan-devel/Tinyboard#26 ) 2014-01-19 13:58:09 +01:00
toggle-images.js move a few options to a general tab in options panel 2014-09-20 22:10:44 +02:00
toggle-locked-threads.js move a few options to a general tab in options panel 2014-09-20 22:10:44 +02:00
treeview.js treeview.js: initial commit 2014-04-19 23:33:54 +02:00
upload-selection.js Fix issue #57 2014-06-12 18:01:29 +00:00
watch.js fix an issue with watch.js on android chrome 2014-09-20 06:08:14 +02:00
webm-settings.js add user-options dialog functionality; port webm-settings to it; make a basic general settings applet; make it work on mobiles 2014-09-20 06:19:34 +02:00
wpaint.js update wpaint; fix wpaint.js 2014-04-29 19:45:30 +02:00
youtube.js update jquery to 1.10.2; change "bind" to "on" everywhere; fixes vichan-devel#27 2014-01-21 19:25:11 +01:00