842 Commits

Author SHA1 Message Date
ccd0
a79781b706 This fixes the script not loading at all in dwb.
No guarantees it will stay working or that any bugs will be fixed,
as I have no intention of doing regular testing in this browser.
2014-05-18 10:53:05 -07:00
ccd0
8fb98b785a better solution to the loading problem 2014-05-18 09:27:01 -07:00
Zixaphir
074f101fce Eh, the debounce is kinda pointless.
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Index.coffee
2014-05-17 23:07:23 -07:00
Zixaphir
bb3deb62bd window.scrollY works in Chrome and Firefox.
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Index.coffee
2014-05-17 22:58:56 -07:00
ccd0
16a4d5785f fix image 404 redirection 2014-05-17 22:34:03 -07:00
ccd0
a8dd2ea56a this check is not needed and breaks QR thumbnails on Tampermonkey 2014-05-17 21:18:02 -07:00
ccd0
50be3ab0bc This doesn't actually fix anything 2014-05-17 20:54:52 -07:00
ccd0
bca59889c7 drop sound option until we actually get sound somewhere 2014-05-16 19:52:18 -07:00
ccd0
da29a062e6 fix race condition in removing bottom links 2014-05-16 18:54:40 -07:00
ccd0
0ca0067b28 forgot to add file 2014-05-16 18:46:50 -07:00
ccd0
1759951e8d add bottom navlinks for JSON navigation 2014-05-16 16:33:42 -07:00
ccd0
1122342917 remove horizontal rule left over from bottom navlinks in thread view 2014-05-16 15:18:56 -07:00
ccd0
18f6c17fed move JSON top navlinks to their position in vanilla 2014-05-16 14:01:26 -07:00
ccd0
4f75fe9b74 apply thetickleroftummies's expanding filenames fix 2014-05-16 04:03:07 -07:00
seaweedchan
a17df81fe9 Add optional bottom QR link 2014-05-16 01:31:48 -07:00
ccd0
0303c0ff53 fix label on button to open QR 2014-05-15 18:13:40 -07:00
ccd0
e229c3af1d fix empty comment loading from archives 2014-05-15 17:46:57 -07:00
ccd0
cb828fa9c4 quote all the attributes 2014-05-15 17:32:38 -07:00
ccd0
05014b7f13 rewrite HTML escaping in post building 2014-05-15 17:02:17 -07:00
ccd0
e74fc2765a move escape function to Build 2014-05-15 10:02:27 -07:00
ccd0
db486e360e fix style switching on navigate 2014-05-15 09:25:34 -07:00
ccd0
9773307a9a move gallery HTML into its own file 2014-05-15 02:36:42 -07:00
ccd0
cae730dd79 rewrite some code to make make safety more obvious 2014-05-15 02:25:45 -07:00
ccd0
b263cd73ba remove string interpolation from most HTML files 2014-05-15 00:01:28 -07:00
ccd0
ab74ca72a9 Merge branch 'testing' 2014-05-14 19:14:18 -07:00
ccd0
74e9dca89b fix /f/ links 2014-05-14 16:06:59 -07:00
ccd0
1189b71029 this seems to be a common pattern 2014-05-14 14:16:16 -07:00
ccd0
c90c30f243 create meta.faq variable 2014-05-13 22:15:07 -07:00
ccd0
5872940524 point to this script's FAQ 2014-05-13 21:44:47 -07:00
ccd0
f3026041b4 slight change to UI.dialog to make searching for vulnerabilities easier 2014-05-13 17:19:09 -07:00
ccd0
de5f4e0a85 no need to rush 2014-05-13 03:09:31 -07:00
ccd0
4040440332 this setting should disable all the nag messages 2014-05-13 03:05:53 -07:00
ccd0
3365e67c0a ' should be ' 2014-05-13 02:26:28 -07:00
Mayhem
895d4a1a4d Fix #1511 2014-05-12 23:21:00 -07:00
ccd0
e73bb33d6c fix file shortening bug 2014-05-12 22:39:44 -07:00
ccd0
57ed5e8055 fix privilege escalation vulnerability 2014-05-12 21:46:18 -07:00
ccd0
bd8623faed don't remove what isn't there 2014-05-12 00:40:56 -07:00
ccd0
7c80aedbdc update original post form 2014-05-11 21:27:17 -07:00
ccd0
94651ceeea Change thread on navigation for all QR posts 2014-05-11 20:35:35 -07:00
ccd0
f1818d0b13 fix index not loading with a 304 response 2014-05-11 19:20:03 -07:00
ccd0
c3f04314cc make things work with Quick Reply and Thread Updater disabled 2014-05-11 17:36:13 -07:00
ccd0
1f714bbac8 update [Return] link when navigating between boards 2014-05-11 14:49:59 -07:00
ccd0
0675441405 fix a page 0 -> 1 update I missed 2014-05-11 14:35:53 -07:00
ccd0
9e99f7924e fix unwanted refresh/reload bugs 2014-05-11 13:40:03 -07:00
ccd0
a80cedbd3e Merge a few more things from Zixaphir 2014-05-11 01:26:23 -07:00
ccd0
20f845ed1a Merge branch 'master' into navigation 2014-05-11 00:16:35 -07:00
ccd0
50549863f3 add disabled option when Foolz Beta is the only archive 2014-05-10 22:44:28 -07:00
Zixaphir
b2614b5050 Status check 2014-05-10 19:29:11 -07:00
Zixaphir
d67db8f04e Backport fixes from master branch (ccd0: merging just Navigate.coffee part)
Conflicts:
	LICENSE
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Main.coffee
	src/General/Navigate.coffee
	src/Linkification/Linkify.coffee
2014-05-10 19:09:07 -07:00
Zixaphir
3b04eb6e2a Reflow Navigate.node, allow navigation from backlinks and their hashes
Conflicts:
	builds/4chan-X.user.js
	builds/crx/script.js
	src/General/Navigate.coffee
	src/Quotelinks/QuoteBacklink.coffee
2014-05-10 18:45:33 -07:00