all
a
/
b
/
c
/
f
/
h
/
jp
/
l
/
o
/
q
/
s
/
sw
/
lounge
cgi
up
wiki
Heyuri!
Bulletin Boards
2D Cute
2D Ero
2D Lolikon
3D Girls
Anime/Manga
Flash
日本語/Japan
Lounge
Oekaki
Off-Topic
Site Discussion
Strange World
Overboard
Heyuri★CGI
Heyuri★CGI
@PartyII
Battle Royale R
Chat
Chinsouki★
Dating
DevChat
Drama Club
Hakoniwa Islands PvE
Hakoniwa Islands PvP
Polls
Slime Breeder
Web Banana
Web Shiritori
Yumemiru Gambler
Kakiko Checker
Other
Anime Nominations
Banners
Cytube
Heyuri Calendar
Heyuri Wiki
MAL Club
Museum
Post Notifications
Steam Group
Uploader
[
Home
] [
Catalog
] [
Search
] [
Inbox
] [
Write PM
] [
Admin
]
Site Discussion@Heyuri
it's the place to be!
[
Return
]
Posting mode: Reply
Name
Email
Subject
Post
Comment
File
Animated GIF
Password
(for deletion, 8 chars max)
Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
Maximum file size allowed is 50000 KB.
Images greater than 200 * 200 pixels will be thumbnailed.
5
unique users in the last 10 minutes (including lurkers)
Switch form position
|
BBCode reference
Read the
rules
before you post.
Protect your username, use a
tripcode!
日本のへゆり
2025/05/04
-
Heyuri Calendar
has been launched. Find out about upcoming Heyuri events!
2025/04/01
-
NEW GAME:
Slime Breeder
! Commit slimecest with your ancestors to create teh ultimate slime!
2024/09/12
-
NEW GAME:
Battle Royale R
! Make characters and see if they can win the Heyuri Cup!
2024/09/10
-
Tegaki function has been added
[
Show all
]
File:
196198583_624.v1570532421.jpg
(33 KB, 480x353)
[
ImgOps
]
Anonymous
2023/01/13(Fri)20:21 ID:Tt3FY2CM
No.
62355
It messes with my head that Heyuri doesn't have a [Return] button at the bottom of threads. I'm always looking for it!
Marked for deletion (Old)
>>
1
Anonymous
2023/01/13(Fri)20:52 ID:bN5YYncU
No.
62356
I just use the browser back button or the nav links at the top, and I use the Home and End keys on the keyboard to quickly jump to the tops and bottoms of pages
>>
2
Anonymous
2023/01/13(Fri)21:17 ID:Tt3FY2CM
No.
62357
>>62356
>the nav links at the top
That reminds me, there should also be a [Top] button at the bottom of threads, right next to the [Return] button.
Yes, there ARE people who use those!
>>
3
Anonymous
2023/01/13(Fri)22:12 ID:9lsodHZU
No.
62358
I could probably easily write some code for this. I'm going to try it out right now and see if it's as simple as using history.back()
>>62357
I'll try this too afterwards
>>
4
Anonymous
2023/01/13(Fri)22:32 ID:bN5YYncU
No.
62359
>>62358
It doesn't need to be written, as there's already a [Return] link above the "Posting mode: Reply" bar. You could probably just copy the line that generates that link to the section where [Update] is - preferably appearing to the left of [Update]
>>
5
Anonymous
2023/01/13(Fri)22:37 ID:9lsodHZU
No.
62360
File:
Screenshot from 2023-01-13 21-34-33.png
(8 KB, 273x110)
[
ImgOps
]
>>62359
Good point. I will try that instead of what I did in picrel
>>
6
Anonymous
2023/01/13(Fri)23:17 ID:9lsodHZU
No.
62361
File:
capture.png
(4 KB, 214x92)
[
ImgOps
]
Ok I ran into an issue that I hope doesn't cause bugs/errors when the pull request is being reviewed. The Return anchor at the top of the page is located in koko.php and the Update anchor at the bottom left of the screen uses update-txt.js. So instead I just used history.go(-2) because of the noko functionality we can't just use history.back(). I'm going to update the code to the repo now
>>
7
Anonymous
2023/01/13(Fri)23:26 ID:9lsodHZU
No.
62363
I submitted the pull request. I hope everything goes smoothly and it gets integrated soon. Thank you for the suggestion, it was a fun task(⌒∇⌒ゞ)
>>62357
If this PR is accepted and merged I'll do this ASAP
>>
8
Anonymous
2023/01/14(Sat)03:06 ID:fiwy6EBM
No.
62367
>>62363
i cant see your pull request anywhere anon
>>
9
Anonymous
2023/01/14(Sat)10:51 ID:9lsodHZU
No.
62373
>>62367
https://github.com/Heyuri/kokonotsuba-js/pull/1
I'm thinking about fixing it in an hour or so by writing a function to redirect if the URL contains /q/ then redirect to /q/ and the same for /b/. I tested it on my test board and it didn't work
>>
10
Anonymous
2023/01/14(Sat)11:19 ID:9lsodHZU
No.
62374
Ok just updated the PR. I can't test it on my board because I only have 1 board and there's no /b/ in the URL. But logically the code seems sound to me, so I committed it
>>
11
Anonymous
2023/01/15(Sun)10:07 ID:dztP/ETw
No.
62391
>>62373
ohh it qas in the js repo, i just check the main php one ( ´,_ゝ`)
>>
12
Anonymous
2023/01/15(Sun)20:02 ID:T676CC6o
No.
62447
>>62391
Thank you. I'll work on
>>62357
after finishing translating these Chinese comments in the module directory
>>
13
Anonymous
2023/01/16(Mon)02:05 ID:sYvUo0H2
No.
62464
>>62361
Instead of using JS just have it done with PHP and add a return link directly in the html that goes to current board.
>>
14
Anonymous
2023/01/16(Mon)19:13 ID:s0/ceNlo
No.
62484
>>62464
I found that it was more straightforward to integrate it with the update-txt.js file, where the Update anchor is located, as opposed to modifying each PHP template file. While your method would also work, it may require more lines of code across multiple files. The PR is still open if you want to try that method instead. I'm not sure if my PR will get merged because it requires having the update-txt.js file in a different location, rather than the current content distributor network, k.kncdn.org
>>
15
Anonymous
2023/01/24(Tue)21:29 ID:8sg7EX.o
No.
62642
File:
download.png
(2 KB, 82x86)
[
ImgOps
]
isn't this supposed to download files with the original name instead of opening it in the new tab?
>>
16
Anonymous ## Moderator
2023/01/24(Tue)21:49 ID:MODERATOR
No.
62644
>isn't this supposed to download files with the original name instead of opening it in the new tab?
That's correct, but it b0rked when our images were moved to i.kncdn.org a year or so ago - this is thx 2 increased browser security preventing downloads from being initiated when they're from a different URL to the one you're currently on
I believe it's on the list of things to resolve, but I don't have any details/updates
>>
17
Anonymous
2023/01/26(Thu)19:45 ID:8sg7EX.o
No.
62671
why can't I work 4chanx on heyuri?
>>
18
Anonymous
2023/01/26(Thu)20:48 ID:j5PgkUcE
No.
62672
>>62671
It only works on sites the devs have explicitly designed it to, and Heyuri isn't one of them
>>
19
Anonymous
2023/01/29(Sun)13:36 ID:yF6HoUrU
No.
62701
how do I make everyone anonymous?
>>
20
Anonymous
2023/01/29(Sun)13:38 ID:T7HuROCk
No.
62704
>>62701
Use this custom CSS:
.name {
display: none;
}
>>
21
Anonymous
2023/01/29(Sun)13:38 ID:B95WK5ck
No.
62705
>>62701
put
.name{display:none}
to custom CSS via [Settings]
>>
22
Anonymous
2023/01/29(Sun)13:39 ID:B95WK5ck
No.
62706
>>62704
(;´Д`)
>>
23
Anonymous
2023/01/29(Sun)13:40 ID:T7HuROCk
No.
62707
>>62706
I win!
Delete post: [
File only
]
Password: