ccd0
e75700f5d9
Safer property access.
2019-08-03 00:23:08 -07:00
ccd0
a214f51755
Move Build to SW.yotsuba.Build.
2019-04-09 06:49:13 -07:00
ccd0
a1a084acca
Update for 4channel.org
2018-11-23 14:11:00 -08:00
ccd0
07b5b52a2c
Detect archive post linked to when link is of form '#q'.
2017-08-02 00:14:06 -07:00
ccd0
ad9c3df4dc
Help out decaffeinate. #829
2016-10-01 03:18:22 -07:00
ccd0
785fac50a7
Remove strikethrough from deadlinks if and only if Resurrect Quotes is on.
2016-09-21 04:10:59 -07:00
ccd0
823ddb9d46
Change quote markers from textContent to styleable spans.
2016-09-21 03:44:03 -07:00
ccd0
e1b0d62ceb
Have return hack be added by the compilation script.
2016-06-12 00:25:58 -07:00
ccd0
403b8dcfac
Don't treat internal links as archive links.
2016-05-13 23:17:17 -07:00
ccd0
64d0bd0afd
Put archive links in separate collection from quote links so features such as quote markers aren't run on them.
2016-05-13 23:12:14 -07:00
ccd0
cc69f4a3da
Drop domain check for archive links.
2016-05-12 00:00:55 -07:00
ccd0
adf1d4716b
Turn archive links into quotelinks. #512
2016-05-11 23:39:22 -07:00
ccd0
64bb62a075
No more having to hack the contents of the coffee-generated JS.
2016-04-19 16:27:05 -07:00
ccd0
f1b82d013f
Remove dependency of Post, Thread, CatalogThread classes on Callbacks class.
2016-04-15 10:34:39 -07:00
ccd0
30adbd6fa2
Old way of handling quotelinks in clones was leaving resurrected quotes out of @quotes and putting duplicates in @nodes.quotelinks.
2015-12-13 18:30:28 -08:00
ccd0
e27858216f
Remove unwanted execute permissions.
2015-11-15 14:00:17 -08:00
ccd0
0fd554705c
Fix resurrected quotes opening in new tabs. #482
...
Particularly a problem for deleted posts in the same thread.
In all cases inconsistent with current normal quotelink behavior.
2015-09-28 10:47:19 -07:00
ccd0
742184d2c0
Merge from Appchan X: src/Quotelinks
...
deferred: QuoteBacklinks.coffee, QuoteMarkers.coffee, and related changes (including change in QuoteInline.qiQuote)
2015-02-01 16:12:36 -08:00
ccd0
8df52a0b24
Merge from Appchan X: Whitespace and other changes not affecting compiled script.
2015-01-31 02:50:38 -08:00
ccd0
782fe3c690
Revert "Fix quotelinks on /pol/."
...
This reverts commit ae3e7eaef315e4beda88ef53bbb273c2cbd479be.
Conflicts:
src/Quotelinks/Quotify.coffee
2015-01-08 19:35:24 -08:00
ccd0
53ad72ee9a
Merge branch 'Stable' into Beta
...
Conflicts:
LICENSE
builds/4chan-X-beta.crx
builds/4chan-X-beta.meta.js
builds/4chan-X-beta.user.js
builds/4chan-X-noupdate.crx
builds/4chan-X-noupdate.user.js
builds/4chan-X.crx
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/4chan-X.zip
builds/updates-beta.xml
builds/updates.xml
package.json
src/Quotelinks/Quotify.coffee
2015-01-04 10:42:27 -08:00
ccd0
4fb30a4d8f
Support archived thread list page.
2015-01-04 09:47:03 -08:00
ccd0
ae3e7eaef3
Fix quotelinks on /pol/.
2015-01-03 10:46:55 -08:00
ccd0
6228248c15
Fix "Allow post fetching to work if no archive is selected for thread redirection."
...
fixes commit c21a8b217f87336b71212169ed71db0c81cb63ee
2014-08-09 18:14:22 -07:00
ccd0
c21a8b217f
Allow post fetching to work if no archive is selected for thread redirection.
2014-08-09 15:57:19 -07:00
ccd0
0786f023f3
make all quote links stub-tolerant
2014-06-17 02:25:09 -07:00
ccd0
4ecd6f8cfe
res -> thread
2014-04-12 21:16:01 -07:00
Zixaphir
bc9f094a77
Turns out I never finished my Thread Title magic...
...
because @MayhemYDG had already done it and done it better. So I
thought mine was working when it was just his... and then
realized when I didn't disconnect it and the index was getting a
title from a thread that it wasn't working and his was.
So let's just use his code.
2014-01-10 18:07:14 -07:00
Zixaphir
91233b8d61
remove [].contains. It was a bad idea.
...
I shouldn't be messing with stuff like this without a really good
reason for doing so, and the longer I thought about it, the more
it occurred to me that I didn't have one.
2013-12-24 14:41:21 -07:00
Zixaphir
91cedb3b89
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
html/General/Settings-section-Rice.html
img/changelog/3.9.0/0.png
package.json
src/Images/AutoGIF.coffee
src/Images/RevealSpoilers.coffee
src/Miscellaneous/ExpandComment.coffee
src/Miscellaneous/IDColor.coffee
src/Monitoring/Unread.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteInline.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/QuoteYou.coffee
src/Quotelinks/Quotify.coffee
2013-10-13 13:53:38 -07:00
Mayhem
abdb3acdca
Fix #1292 .
2013-10-06 15:14:43 +02:00
Mayhem
10e93091d7
{Post,Thread}::callbacks => {Post,Thread}.callbacks
2013-10-02 11:38:15 +02:00
Mayhem
6a710cbf0e
Fix quotifying link hrefs in certain cases.
...
That's a 5 months old bug that didn't seem to affect anyone...
2013-09-18 00:30:13 +02:00
Zixaphir
d15f8ee728
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
Gruntfile.coffee
LICENSE
css/style.css
html/Posting/QR.html
img/changelog/3.2.0/0.png
package.json
src/General/Get.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Notice.coffee
src/General/Notification.coffee
src/General/Settings.coffee
src/General/img/icon.gif
src/General/lib/notification.class
src/Monitoring/Favicon.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuoteOP.coffee
2013-08-17 20:33:48 -07:00
Mayhem
10c8ccc90d
Update prettyPrinting support.
2013-08-14 15:46:15 +02:00
seaweedchan
875f0cd4f8
Merge Zixaphir X
2013-08-12 00:07:39 -07:00
Zixaphir
6602bb885d
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
Gruntfile.coffee
package.json
src/Quotelinks/QuoteYou.coffee
2013-08-10 14:37:45 -07:00
Mayhem
4b332e19e0
Fix #1196 , #1222 .
2013-08-10 15:26:34 +02:00
Zixaphir
22fde6fdb0
Fix quotelinks inside of resurrected posts
...
@MayhemYDG
2013-07-25 14:51:30 -07:00
Zixaphir
582d067a10
Merge branch 'v3' of git://github.com/MayhemYDG/4chan-x into v3
...
Conflicts:
CHANGELOG.md
CONTRIBUTING.md
Gruntfile.js
README.md
changelog-old
css/style.css
html/Monitoring/ThreadStats.html
html/Posting/QR.html
json/archives.json
package.json
src/Archive/Redirect.coffee
src/General/Header.coffee
src/General/Main.coffee
src/General/Settings.coffee
src/General/UI.coffee
src/General/html/Settings/Filter-guide.html
src/General/lib/$.coffee
src/General/lib/clone.class
src/General/lib/post.class
src/Images/ImageHover.coffee
src/Menu/Menu.coffee
src/Monitoring/ThreadUpdater.coffee
src/Posting/QuickReply.coffee
src/Quotelinks/QuotePreview.coffee
src/Quotelinks/Quotify.coffee
2013-07-21 08:39:40 -07:00
Mayhem
6c87f852be
Add comment about 4chan's issue concerning deadlinks inside code tags.
2013-07-19 15:45:04 +02:00
Mayhem
33d3518e76
"id" -> "ID" in dataset suffixes.
2013-07-14 19:03:22 +02:00
Mayhem
ddbec61e1b
Use dataset setters instead of setAttribute.
2013-07-14 18:51:02 +02:00
Zixaphir
249a739bfc
Add @MayhemYDG's archive redirection
2013-05-12 09:00:00 -07:00
Mayhem
538e117746
Add archive selection.
2013-05-06 06:57:29 +02:00
Zixaphir
d5d3ee86f9
Changelog, technical stuff.
2013-04-26 15:08:40 -07:00
Jordan Bates
09baa3feea
Merge Mayhem's structure
2013-04-26 14:04:12 -07:00
Nicolas Stepien
a2e87f1200
Structure.
...
God damn War Thunder, download faster!
2013-04-26 17:40:51 +02:00