Skip to content

Instantly share code, notes, and snippets.

View ci7lus's full-sized avatar
🍜
ラーメン

ci7lus

🍜
ラーメン
View GitHub Profile
/**
* https://gist.github.com/ci7lus/b5af28c5f8180276d31efe6fdfac91ba
* The MIT License (MIT)
Copyright (c) 2015 Sergey Radionov
Copyright (c) 2015 Ivo Georgiev
Copyright (c) 2015 Alexandru Branza
Copyright (c) 2021 ci7lus
Permission is hereby granted, free of charge, to any person obtaining a copy
@ci7lus
ci7lus / pdc-booth-search.ts
Created August 13, 2020 07:59
https://booth.pm の検索結果における新規商品を取得
import { defineComponent } from "ironpipe"
import axios from "axios"
import domino from "domino"
/**
* booth-search.ts
* MIT License (c) 2020 ci7lus
*/
module.exports = defineComponent({
@ci7lus
ci7lus / pdc-nicomanga.ts
Last active September 13, 2020 07:56
https://seiga.nicovideo.jp/manga/ の新規公式連載情報を取得
import { defineComponent } from "ironpipe"
import axios from "axios"
/**
* nicomanga.ts
* MIT License (c) 2020 ci7lus
*/
module.exports = defineComponent({
name: "nicomanga",
@ci7lus
ci7lus / pdc-mangacross.ts
Created August 13, 2020 07:53
https://mangacross.jp の更新情報を取得
import { defineComponent } from "ironpipe"
import axios from "axios"
/**
* mangacross.ts
* MIT License (c) 2020 ci7lus
*/
module.exports = defineComponent({
name: "mangacross",
import { defineComponent } from "ironpipe"
import axios from "axios"
import moment from "moment"
/**
* comic-meteor.ts
* MIT License (c) 2020 ci7lus
*/
module.exports = defineComponent({
import { defineComponent } from "ironpipe"
import { ArgEventHttp } from "ironpipe/lib/component/pipedream"
import axios from "axios"
import domino from "domino"
import { Feed } from "feed"
import moment from "moment"
import "moment-timezone"
import { renderToStaticMarkup } from "react-dom/server"
import { ComicMeteorFeedIndex } from "./comic-meteor-feed-index"
.RightSideAdContainer {
display: none;
}
.UserPage-main {
width: max-content;
padding: unset;
}
.UserDetailsHeader {
@ci7lus
ci7lus / devops-emoji.js
Last active January 4, 2020 08:32
Azure DevOps Commit Log Emoji Replacer
// ==UserScript==
// @name Azure DevOps Commit Log Emoji Replacer
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Azure DevOps コミットログ絵文字置換スクリプト
// @author kokoro
// @match https://dev.azure.com/*/_git/*/commits
// @grant none
// @require https://cdn.jsdelivr.net/npm/emoji-js@3.4.1/lib/emoji.min.js
// ==/UserScript==

Keybase proof

I hereby claim:

  • I am ci7lus on github.
  • I am ci7lus (https://keybase.io/ci7lus) on keybase.
  • I have a public key whose fingerprint is C3E7 1316 B410 1FBF 98DE E2DD 6041 A8DD 48FC C01F

To claim this, I am signing this object:

// MIT License - Copyright (c) 2019 ci7lus
import "@jxa/global-type"
import { run } from "@jxa/run"
const main = async () => {
const result: any[] = await run(() => {
const app = Application("Music")
const lib = app.sources.byId(63) // 決め打ちです、環境によって違うカモ!