Skip to content

Instantly share code, notes, and snippets.

@mkt120
mkt120 / create_toc.js
Last active April 27, 2025 21:41
Bloggerで目次を作るスクリプト
$(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() {
@mkt120
mkt120 / privacy_policy.txt
Last active August 31, 2025 07:57
create privacy policy for Simplebookmark
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 -
@mkt120
mkt120 / list.md
Last active November 1, 2020 22:55
AndroidStudioショートカットキーまとめ

ショートカットキーまとめ

#Up/Down/Left/Right

ショートカット名 割り当てショートカット
up ctrl + u
left ctrl + j
right ctrl + ;
down ctrl + m