147 Commits

Author SHA1 Message Date
ccd0
0e8fade646 Scrolling to post hidden by Reply Pruning unhides post. This includes 'Scroll to Last Read Post'. 2016-04-03 21:34:19 -07:00
ccd0
6296393365 Make mode/sort options for custom board links compatible with Catalog Links. 2016-03-12 18:29:16 -08:00
ccd0
1e528eabe2 Add mode and sort options for custom board links. 2016-03-12 17:58:40 -08:00
ccd0
e8cce848e7 Better handling of scrolling to hash in JSON index. 2016-03-12 16:32:16 -08:00
ccd0
0ea4509d3a JSON Index: Support multiple commands in hash by separating with slashes.
Also generalize Header.hashScroll to support scrolling to last item in list
as well as scrolling to non-post elements.
2016-03-12 12:06:23 -08:00
ccd0
806d352367 Avoid error from incomplete pageload. 2016-01-23 14:21:27 -08:00
ccd0
939638b480 Fix Header.hashScroll.
Regression from 3750c5bdf552bc374c600373aae033a302facddc.
2015-12-13 11:58:51 -08:00
ccd0
90b16fc2ab Fix duplicate IDs from inlined quotes. #533 2015-12-13 11:17:50 -08:00
ccd0
51d8851f8d Fix 4chan X scrolling to wrong position when back button is used. 2015-12-07 20:42:35 -08:00
ccd0
e27858216f Remove unwanted execute permissions. 2015-11-15 14:00:17 -08:00
ccd0
a88db556b5 /trash/ has no internal archive. #576 2015-11-07 13:54:02 -08:00
ccd0
1c81838a91 Remove unneeded escaping. 2015-03-28 15:06:45 -07:00
ccd0
691472bbd3 Disable catalog-only header links on /f/. 2015-03-15 11:51:18 -07:00
ccd0
a18dc076b2 Merge branch 'bstable'
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
2015-02-18 00:01:05 -08:00
ccd0
fc56c68ece Header settings should be ignored when 'Fixed Header' is turned off. #327 2015-02-17 23:57:49 -08:00
ccd0
82cd322c4b Remove unneeded event arguments from event handlers. 2015-02-15 01:03:56 -08:00
ccd0
aa1d2cda7f Fix custom navigation for unlisted board links (e.g. /qa/) and the 4chan Twitter link. #309 2015-02-03 01:26:35 -08:00
ccd0
8c17090b3d Merge from Appchan X: src/General/Header.coffee 2015-02-03 00:26:13 -08:00
ccd0
e1b63d4a99 Follow Zixaphir in adding space to label in UI.checkbox.
Change settings checkbox (where space was unwanted) to HTML template.
2015-02-03 00:23:44 -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
9693ea5821 Make custom 'current' board links work on unlisted boards. 2015-01-23 12:20:22 -08:00
ccd0
e740bf8969 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
2015-01-13 19:02:14 -08:00
ccd0
81b03063cf Better treatment of bottom board list. #291
Should fix conflict with native catalog.
2015-01-13 18:52:32 -08:00
ccd0
f8d0939953 Don't change CSS class of body. #290 2015-01-12 16:39:06 -08:00
ccd0
ca65e5ac76 Fix bottom board list after 4chan change. #285 2015-01-11 13:40:01 -08:00
ccd0
abd74fc0ce Implement -expired header links. #274 2015-01-04 17:30:58 -08:00
ccd0
935596722c Fix some errors from features run on 404 pages. 2015-01-03 14:27:59 -08:00
ccd0
1d47e2d4be Make disabling the native extension optional. #61 2014-12-27 19:13:31 -08:00
milky
c0a4467d0d Convert anchor to text node.
Conflicts:
	src/General/Header.coffee
	src/General/css/style.css
2014-10-26 15:41:36 -07:00
milky
555f3c9867 Clearer when archive links are N/A.
Conflicts:
	src/General/Header.coffee
	src/General/css/style.css
2014-10-26 15:39:57 -07:00
ccd0
5e403217ae Fix name conflict with c = console. 2014-10-26 13:35:36 -07:00
ccd0
3eb7dadd65 Don't interpret -options in text/URLs. 2014-10-25 23:05:04 -07:00
ccd0
c8282a6b5a Remove old cruft from regexp. 2014-10-25 21:50:12 -07:00
Mayhem
84813bf470 board -> boardID in Header.generateBoardList().
Conflicts:
	src/General/Header.coffee
2014-10-25 21:22:12 -07:00
milky
9daf6dd05f Further archive link work.
Conflicts:
	src/General/Header.coffee
2014-10-25 21:06:55 -07:00
milky
9e1f0a12c0 Archive link.
Conflicts:
	html/General/Settings-section-Rice.html
	src/General/Header.coffee
2014-10-25 21:00:12 -07:00
ccd0
755a51209d Convert text in full board list to <span> elements. 2014-10-25 13:51:45 -07:00
ccd0
a10c0e564a Always remember catalog index mode, redesign catalog/index links. #150 2014-10-18 00:34:51 -07:00
ccd0
39f99d5b56 Disabling custom board navigation should remove the show/hide button. (#99) 2014-10-12 20:44:27 -07:00
ccd0
24ed75b1e0 Revert "Revert "Partially revert "improve error handling"""
This reverts commit d3e47c9a94711283a69c6fd97b59392ce301492c.
2014-10-12 10:43:20 -07:00
ccd0
d3e47c9a94 Revert "Partially revert "improve error handling""
This reverts commit 05d43defea09c1a2dcfc341e714625188729cf57.
2014-10-11 13:24:40 -07:00
ccd0
05d43defea Partially revert "improve error handling"
Revert Header.coffee part of commit 3aa96b32f0a53efbf72a483a7c7a3b515d69fe6c.
2014-10-08 23:08:47 -07:00
Nebukazar
a97a358f1f Catalog settings icon 2014-10-07 10:02:05 +02:00
ccd0
3dd0ed6026 add setting to link to 4chan X catalog 2014-09-20 18:02:46 -07:00
ccd0
656685a9be fix pause off screen for clones 2014-09-07 14:39:38 -07:00
ccd0
e186c749ec fix CatalogLinks race condition 2014-08-23 18:29:42 -07:00
ccd0
b56d4cce8c remove unused function Header.initReady 2014-08-16 14:25:34 -07:00
ccd0
cff287c9c3 HTML templates 2014-08-02 22:43:01 -07:00
ccd0
3aa96b32f0 improve error handling 2014-07-26 19:00:57 -07:00
Mayhem
9601b84bb7 Pause videos when they are not visible. MayhemYDG/#1538
Conflicts:
	src/Images/ImageExpand.coffee
2014-07-26 12:53:04 -07:00