ショートカットキーまとめ
#Up/Down/Left/Right
ショートカット名 | 割り当てショートカット |
---|---|
up | ctrl + u |
left | ctrl + j |
right | ctrl + ; |
down | ctrl + m |
$(document).ready(function() { | |
console.log("call func"); | |
$('a[name="more"]').after("<div id='toc' />"); | |
var idcount = 1; | |
var h2cnt = 0; | |
var h3cnt = 0; | |
var h4cnt = 0; | |
var toc = ''; | |
var currentlevel = 0; | |
$(".post-body h2,.post-body h3,.post-body h4", this).each(function() { |
SimpleBookmark | |
広告について/About advertisement | |
本アプリでは、広告配信ツールとしてAdMob(Google Inc.)を使用しており、AdMobがご利用者の情報を自動取得する場合がございます。取得する情報、利用目的、第三者への提供等につきましては、以下の広告配信事業者のアプリケーション・プライバシーポリシーのリンクよりご確認ください。 | |
Google 広告に関するポリシー | |
https://policies.google.com/technologies/ads?hl=ja | |
This app uses AdMob(Google Inc.) as advertisement tool. This has possibility of obtaining user information automatically. If you would like to know what kind of information it obtains, how it use, or whether it uses for the other services, you could access to the below link to application privacy policy of advertisement distributor to know. | |
Advertising - Privacy and Terms - |
ショートカットキーまとめ
#Up/Down/Left/Right
ショートカット名 | 割り当てショートカット |
---|---|
up | ctrl + u |
left | ctrl + j |
right | ctrl + ; |
down | ctrl + m |