6863 Commits

Author SHA1 Message Date
ccd0
086175a668 Add contact links to mod and other capcode posts. 2019-06-23 11:17:16 -07:00
ccd0
4004b5c84f Do AJAX requests from page context in Chrome extension. #2228 2019-06-22 21:54:31 -07:00
ccd0
8ee071fd39 Merge branch 'bstable' 2019-06-22 10:00:06 -07:00
wlerin
87b7734d81 Remove misguided code 2019-06-10 15:50:36 -07:00
wlerin
19a0893da2 Basic Streamable embedding 2019-06-10 14:52:44 -07:00
ccd0
0cb84f5a79 Update archive list. 2019-05-19 00:21:57 -07:00
ccd0
90da9764f4 Merge branch 'bstable' 2019-05-07 18:04:01 -07:00
ccd0
d78f100309 Fix conflict with thread-stats element on some vichan boards. 2019-05-07 17:58:06 -07:00
ccd0
d5414fbdba Tolerate failure of GM.listValues. 2019-04-24 04:50:57 -07:00
ccd0
a2ed86e4f0 Try ordinary AJAX request for fetching files if GM.xmlHttpRequest not available. 2019-04-24 03:30:07 -07:00
ccd0
c3054640a8 Handle errors thrown by GM.xmlHttpRequest. 2019-04-24 03:12:48 -07:00
ccd0
69a56f9e05 Update ad blocker workaround for 4channel domain. 2019-04-24 03:11:36 -07:00
ccd0
5e663fb5b9 Change default title on /qa/ to something more accurate. 2019-04-21 19:30:39 -07:00
ebinBuddha
6fce6cbf4f using nameBlock as reference for position as it's more predictable than the root esp. with the op 2019-04-16 07:51:58 +02:00
ebinBuddha
7a2f431008 Bulk of changes after code review
- comment on css and single class for postJumper
- single Conf setting
- post number sorting
- renamed maps
- removed selectors from SW.yotsuba.coffee
- used the g object and other smarter ways to get the needed stuff
2019-04-16 07:28:28 +02:00
ebinBuddha
f6e038a72e removed redundancy 2019-04-14 22:03:37 +02:00
ebinBuddha
d6ae451360 added check to avoid button duplication during Post cloning 2019-04-14 21:01:45 +02:00
ebinBuddha
bef9ac1d5c added Config for PostJumper 2019-04-14 00:18:52 +02:00
ebinBuddha
4ed808feef fixed css
added javascript:void(0) to get the right cursor
2019-04-13 22:14:00 +02:00
ebinBuddha
99c82d5e9e fixed for capcodes 2019-04-13 21:44:28 +02:00
ebinBuddha
4185d8d396 hell of a language 2019-04-13 21:28:21 +02:00
ebinBuddha
484cb763d8 other tweaks 2019-04-13 21:25:01 +02:00
ebinBuddha
5a5e92e0ae many bugs 2019-04-13 21:21:38 +02:00
ebinBuddha
52f14a268c other changes to selectors 2019-04-13 20:18:31 +02:00
ebinBuddha
704417200e other similar 2019-04-13 11:12:21 +02:00
ebinBuddha
77209863f8 class name before method 2019-04-13 11:09:40 +02:00
ebinBuddha
bc1411f541 other changes 2019-04-13 11:01:18 +02:00
ebinBuddha
a8bef4a8fc html fix 2019-04-13 10:53:19 +02:00
ebinBuddha
1b9378e809 Merge branch 'master' into postjumper 2019-04-13 09:11:05 +02:00
ebinBuddha
154fdfabda 1st round of PostJumper 2019-04-13 09:03:00 +02:00
ccd0
05f38c53b3 4chan-specific style fixes should apply only on 4chan. 2019-04-12 22:22:21 -07:00
ccd0
03167b32e7 Always use both responseType: arraybuffer and overrideMimeType fallback, and convert when response isn't an ArrayBuffer. 2019-04-11 08:10:52 -07:00
ccd0
8a04d6b249 Revert "Do tests to determine whether to use workaround for binary data instead of relying on version number."
This reverts commit 0048da77f6bf93d902359e81c93f457b8c7399db.
2019-04-11 07:43:34 -07:00
ccd0
c6fc7f7c19 Fix dragging left to contract WebMs in Firefox. #1547 2019-04-11 07:04:48 -07:00
ccd0
c2d1f7ef4c Remove query string from filename in Post from URL feature. 2019-04-11 06:45:10 -07:00
ccd0
0048da77f6 Do tests to determine whether to use workaround for binary data instead of relying on version number. 2019-04-11 06:37:24 -07:00
ccd0
5f52cce954 Fix issue making WebM title fetching needlessly slow on Chrome extension. 2019-04-11 05:36:39 -07:00
ccd0
2120c93bf0 Reorganize CrossOrigin.binary. 2019-04-11 05:33:39 -07:00
ccd0
8cff55c70e Tolerate broken HTML better.
The bug this check was introduced to fix was sufficiently
ameliorated by commit 21484ec7114646992cb0de24eb3b6fb6e1e306d7
so this is safe to remove.
2019-04-09 10:42:22 -07:00
ccd0
5cb0c1a213 Fix 4chan/4channel not being correct in certain links. 2019-04-08 22:53:41 -07:00
ccd0
c5d01ce6d6 Use boards.json to determine whether to activate [code] and [math] tag related functions. #525 2019-04-08 03:50:18 -07:00
ccd0
69c60527ff Make per-board filters work as expected on boards with characters in names that are escaped by encodeURIComponent. 2019-04-06 22:47:42 -07:00
ccd0
95ef5c03c0 Make board name matching in filters case-sensitive. 2019-04-06 22:43:56 -07:00
ccd0
f25c66a728 Prevent filter keywords from being matched inside board lists or class names. 2019-04-06 22:24:46 -07:00
ccd0
c4fb1e43b1 Fix bug in sfw/nsfw part of Filter.parse. 2019-04-06 21:54:31 -07:00
ccd0
574e377df1 Merge branch 'master' into next 2019-04-06 14:54:42 -07:00
ccd0
3ed77984d8 Update list of boards on https://catalog.neet.tv/. 2019-04-06 14:26:20 -07:00
ccd0
8e4abd5215 Order list of boards on catalog.neet.tv alphabetically. 2019-04-06 14:25:21 -07:00
ccd0
4fba9ac05d Switch to package-lock.json and get rid of most npm stuff in the Makefile. 2019-04-06 13:24:19 -07:00
ccd0
6caca656dc Fix thread watcher sometimes using a 304 response on re-added thread if 'Show Page' is on. 2019-04-06 06:37:38 -07:00