This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Firebase Performance SDK should be loaded before this script --> | |
<script type="module"> | |
/** | |
* Combine element with its ID and class names | |
* @pamam {HTMLElement} element | |
* @return {string} element name - e.g. div#id.classname | |
*/ | |
function combineElementWithIdAndClass(element) { | |
const idName = element.id ? `#${element.id}` : ''; | |
const className = element.className |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This is an example code for Google App Script | |
* You can run this script with time-driven triggers | |
* @see https://developers.google.com/apps-script/guides/triggers/installable#time-driven_triggers | |
*/ | |
// Settings | |
const CRUX_ORIGINS = []; // e.g. https://example.com | |
const CRUX_METRICS = ['first_input_delay', 'largest_contentful_paint', 'cumulative_layout_shift']; // first_contentful_paint, first_input_delay, largest_contentful_paint, cumulative_layout_shift | |
const CRUX_FORM_FACTOR = ['PHONE', 'DESKTOP']; // ALL_FORM_FACTORS, PHONE, DESKTOP, TABLET |
openssl smime \
-sign \
-nodetach \
-in "unsigned.json" \
-out "apple-app-site-association" \
-outform DER \
-inkey "xxx.key" \
-signer "xxx.cer" \
-certfile "PUB.txt"
2014年10月25日(土) 17:30 - 20:00@シティカート
東京都足立区千住関屋町19-1
費用: 5,000 ~ 6,000円 (人数によって変わります。)
サンダル・ヒールはNGです。汚れてもいい服装でお越しください。
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
NewerOlder