【Action】の検索結果
とりあえず投稿フォーム上での追跡クエリを削除するプラグインできた
nyayzeみたいにノートするときに勝手に削除してくれるようにしたいが方法がわからん
/// @ 0.12.4
### {
name: "YouTube Link Cleaner"
version: "0.1.0"
author: "@jj1guj"
description: "投稿時に YouTube URL の追跡クエリ (?si など) を削除します"
}
@is_youtube(u) {
(u.index_of("youtu.be") != -1) || (u.index_of("youtube.com") != -1) // true/false
}
@cleanUrl(u) {
if (is_youtube(u)) {
u.split("?")[0] // 「?」より前だけ残す
} else {
u
}
}
Plugin:register_post_form_action('YouTube Link Cleaner', @(note, rewrite) {
if (note.text == null) {
return note
}
let parts = note.text.split(" ")
var out = ""
// 公式構文: for (let 変数, 回数)
for (let i, parts.len) {
parts[i] = cleanUrl(parts[i])
out = `{out} {cleanUrl(parts[i])}`
}
rewrite('text', out)
})
ビルド爆速で草
ninja: Entering directory `out/Default'
build finished
local:51481 remote:0 cache:0 fallback:0 retry:0 skip:21906
fs: ops: 1319090(err:508779) / r:365434(err:0) 43.10GiB / w:2190(err:0) 134.21MiB
resource/capa used(err) wait-avg | s m | serv-avg | s m |
localexec/32 43806(0) 9m47.25s |▂▂▂▂▄█▇| 2.77s |▂▂▄█▂▂ |
pool=action/32 6796(0) 5.90s |▂▂▂█▃ | 0.66s | ▇█▃▂▂ |
1h4m01.51s Build Succeeded: 51481 steps - 13.40/s
RE: https://jiskey.dev/notes/a9fg3sgb0r7709qn
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: e8eb4e19 to 01230f69
Bump version to 2025.4.1-beta.7
chore(deps): update actions/setup-node action to v4.4.0 (#15901)
chore: fix Chromatic CI diff strategy (#15902)
perf(frontend): improve timeline performance
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: c63c3462 to b8632f38
chore(ci): Renovateが作ったprにラベルつける (#15573)
fix(deps): update [frontend] update dependencies (#15566)
chore(deps): update actions/cache action to v4.2.2 (#15564)
chore(deps): update [misskey-js] update dependencies (#15565)
chore(deps): update [tools] update dependencies (#15563)
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 426940be to 20cc6d30
chore(config): migrate renovate config (#15550)
enhance(frontend): サーバーエラー画面の多言語対応 (#15549)
fix(deps): update [frontend] update dependencies (#15542)
fix(deps): update dependency shiki to v3 (#15544)
chore(deps): update actions/cache action to v4.2.1 (#15541)
chore(deps): update [tools] update dependencies (#15540)
chore(deps): update [misskey-js] update dependencies (#15539)
#みーくりあ!UpdateLog
I watched Oppenheimer on 35mm screening at a mini theater.
It had a nostalgic atmosphere due to the noise, flutter, and shallow focus of running film.
Expressions of physical reactions were far more powerful than general action movies and mystical.
The screen play must be dramatisated for the movie, so I wondered Oppenheimer actually hoped peace of the world.
I found the latter part was cynical due to Oppenheimer's regression and people's applause at the same time.
I want to see this work on full-sized IMAX again...!
しらなかったそんなの…
https://zenn.dev/hantabaru1014/articles/bbe64003d75141#:~:text=%E3%81%93%E3%82%8C%E3%82%89%E3%81%AE%E3%83%8D%E3%82%A4%E3%83%86%E3%82%A3%E3%83%96%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA%E3%81%AE%E3%82%BD%E3%83%BC%E3%82%B9%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%A7%E3%81%99%E3%81%8C%E3%80%81%E5%AE%9F%E3%81%AFYDMS(Resonite%E3%81%AE%E9%96%8B%E7%99%BA%E5%85%83)%E3%81%AEgithub%20organization%E3%81%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%82%AF%E3%81%8C%E3%81%82%E3%82%8A%E3%80%81Github%20Action%E3%81%A7%E3%83%93%E3%83%AB%E3%83%89%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC%E3%81%8C%E7%B5%84%E3%81%BE%E3%82%8C%E3%81%A6%E3%81%84%E3%81%9F%E3%82%8A%E3%81%97%E3%81%BE%E3%81%99%E3%80%82%E3%81%9D%E3%81%93%E3%81%A7%E3%80%81%E6%B5%B7%E5%A4%96%E3%81%AE%E6%9C%89%E5%BF%97%E3%81%8Carm64%E5%90%91%E3%81%91%E3%81%AE%E3%83%93%E3%83%AB%E3%83%89%E3%83%AF%E3%83%BC%E3%82%AF%E3%83%95%E3%83%AD%E3%83%BC%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8BPR%E3%82%92%E5%87%BA%E3%81%97%E3%81%A6%E3%81%84%E3%81%9F%E3%82%8A%E3%81%97%E3%81%BE%E3%81%99(%E4%BE%8B)%E3%80%82%E3%81%84%E3%81%A4%E3%81%8B%E3%81%AFResonite%E5%85%AC%E5%BC%8F%E3%81%A7%E7%A9%8D%E6%A5%B5%E7%9A%84%E3%81%AA%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%81%AF%E3%81%97%E3%81%AA%E3%81%84%E3%81%91%E3%81%A9%E3%82%82arm64%E5%90%91%E3%81%91%E3%83%93%E3%83%AB%E3%83%89%E3%82%82%E9%85%8D%E3%82%8B%E3%82%88%E7%9A%84%E3%81%AA%E6%84%9F%E3%81%98%E3%81%AB%E3%81%AA%E3%81%A3%E3%81%A6%E3%81%8F%E3%82%8C%E3%82%8C%E3%81%B0%E3%81%84%E3%81%84%E3%81%A7%E3%81%99%E3%81%AD%E3%80%82RE: https://misskey.resonite.love/notes/a24tczbalj
I watched the Castle of Cagliostro on IMAX this morning.
I already know the content of this work, though I enjoyed a large scale of the castle due to the big screen.
It had everything required for entertainment movies such as action, mystery, adventure, and romance.
Anyway, there wasn't any waste.
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 7f8c8f62 to cf7df050
Bump version to 2024.11.0-alpha.1
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
chore(frontend): tweak animation style
chore(deps): bump codecov/codecov-action from 4 to 5 (#14961)
New Crowdin updates (#14859)
feat: 送信したフォローリクエストを確認できるように (#14856)
update deps (#14950)
#みーくりあ!UpdateLog
@admin_root I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@noti I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@zeke I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@gregpuls I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@cocam123 I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@nolog I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@ct_admin I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@maxpango I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.

@nektonmin I received many spams from your server, so I blocked your server.
Please restrict the creation of new accounts and take action against spam.
The anti-spam measures are as follows:
- Temporarily change new sign-ups to require approval or invitation.
- Suspend troll accounts.
- Reject email addresses from domains listed in disposable-email-domains.
- Change new sign-ups to require a CAPTCHA to create an account.
