anonymousSIKIuser

my_usercommand.js

May 16th, 2022 (edited)
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 2.82 KB | Software | 0 0
  1.     'hissilink.checkid': {
  2.         label: '必死チェッカーもどきもどき(&K)',
  3.         type: 'emit',
  4.         attach: [
  5.             'res',
  6.             'id',
  7.         ],
  8.         command: 'uri:open-browserview',
  9.         params: [
  10.             'http://hissi.link/5ch/php_files/hissi/read.php/${OBJECT.board}/${OBJECT.timestamp:timeformat.YYYYMMDD}/${OBJECT.id_verbose:base64}.html',
  11.         ],
  12.     },
  13.     'be.history': {
  14.         label: 'BEスレ立て履歴(&B)',
  15.         type: 'emit',
  16.         cond: 'bebase',
  17.         attach: [
  18.             'res',
  19.         ],
  20.         command: 'uri:open-browserview',
  21.         params: [
  22.             'http://ame.hacca.jp/sasss/log-be2.cgi?i=${OBJECT.bebase}',
  23.         ],
  24.     },
  25.     'kakolog.search.title.selected': {
  26.         label: 'かころぐβ スレタイ検索(選択)(&L)',
  27.         type: 'emit',
  28.         attach: [
  29.             'selected',
  30.         ],
  31.         command: 'uri:open-browserview',
  32.         params: [
  33.             'https://kakolog.jp/?q=${TEXT:urlencode}',
  34.         ],
  35.     },
  36.     'kakolog.search.title': {
  37.         label: 'かころぐβ スレタイ検索(&L)',
  38.         type: 'emit',
  39.         cond: 'sitename=5ch.net',
  40.         attach: [
  41.             'res',
  42.         ],
  43.         command: 'ui:prompt',
  44.         params: [
  45.             'user:kakolog.search.title.${OBJECT.board}',
  46.         ],
  47.     },
  48.     'kakolog.search.title.poverty': {
  49.         label: 'かころぐβ スレタイ検索(ニュー速(嫌儲))',
  50.         type: 'emit',
  51.         cond: 'board=poverty',
  52.         attach: [],
  53.         command: 'uri:open-browserview',
  54.         params: [
  55.             'https://kakolog.jp/?q=${TEXT:urlencode}&bbs=poverty',
  56.         ],
  57.     },
  58.     'kakolog.search.body.selected': {
  59.         label: 'かころぐβ 本文検索(選択)(&S)',
  60.         type: 'emit',
  61.         attach: [
  62.             'selected',
  63.         ],
  64.         command: 'uri:open-browserview',
  65.         params: [
  66.             'https://kakolog.jp/search.cgi?q=${TEXT:urlencode}&bbs=${OBJECT.board}',
  67.         ],
  68.     },
  69.     'kakolog.search.body': {
  70.         label: 'かころぐβ 本文検索(&S)',
  71.         type: 'emit',
  72.         cond: 'sitename=5ch.net',
  73.         attach: [
  74.             'res',
  75.         ],
  76.         command: 'ui:prompt',
  77.         params: [
  78.             'user:kakolog.search.body.${OBJECT.board}',
  79.         ],
  80.     },
  81.     'kakolog.search.body.poverty': {
  82.         label: 'かころぐβ 本文検索(ニュー速(嫌儲))',
  83.         type: 'emit',
  84.         cond: 'board=poverty',
  85.         attach: [],
  86.         command: 'uri:open-browserview',
  87.         params: [
  88.             'https://kakolog.jp/search.cgi?q=${TEXT:urlencode}&bbs=poverty',
  89.         ],
  90.     },
  91.     'translate.deepl.selected': {
  92.         label: 'DeepLで翻訳(選択)(&T)',
  93.         type: 'emit',
  94.         attach: [
  95.             'selected',
  96.         ],
  97.         command: 'uri:open-browserview',
  98.         params: [
  99.             'https://www.deepl.com/translator#en/ja/${TEXT:urlencode}',
  100.         ],
  101.     },
  102.     'translate.deepl': {
  103.         label: 'DeepLで翻訳(レス本文)(&T)',
  104.         type: 'emit',
  105.         attach: [
  106.             'res',
  107.         ],
  108.         command: 'uri:open-browserview',
  109.         params: [
  110.             'https://www.deepl.com/translator#en/ja/${OBJECT.body:urlencode}',
  111.         ],
  112.     },
  113.     'translate.deepl.prompt': {
  114.         label: 'DeepLで翻訳(ダイアログ)(&D)',
  115.         type: 'emit',
  116.         attach: [
  117.             'res',
  118.         ],
  119.         command: 'ui:prompt',
  120.         params: [
  121.             'user:translate.deepl.selected',
  122.         ],
  123.     },
Tags: 5ch Siki
Add Comment
Please, Sign In to add comment