人それぞれの心の形に合った考え方を載せている。 あなたの心を和らげるきっかけとなることを願って
相手で苦しむ方へ必ずご覧ください
他人に変わって欲しい人へ
他人を変えたいという人の中に、自覚なく自分に問題がない前提で自分基準の考えを他人に向けて苦しめたり、自分と他人の線引きが曖昧で苦しんでいる場合を見受けます。優しさを言い訳にしたり自分を正解とするのではなく、まず相手を和らげることができるように自分側を変えていく前提として一緒の立場になって改善していくことを前提としています。
物事によってペースは人それぞれなので本人が失敗を重ねて自分なりの人生を築けていけることが何よりです。自分も変化する覚悟もないのであれば言葉に出さずに見守ることが相手を尊重することは忘れないであげて欲しいと思います
それぞれの心に合う生き方を、心を軽くする方法を見つけてみませんか。 睡眠導入に、寝落ちに、その時々の好きな距離で聴いてください。幸せをつくるデザイナー COTA こた がお話ししています
このウェブサイトはクッキーのような技術を使用してデバイス情報を保存および/またはアクセスします。これらの技術に同意することで、当サイトの閲覧行動や固有のIDなどのデータを処理することができます。同意しない、または同意を撤回すると、特定の機能や特徴に悪影響を及ぼす可能性があります。
技術的な保存またはアクセスは、加入者または利用者が明示的に要求した特定のサービスの利用を可能にする合法的な目的、または電子通信ネットワークを介した通信の送信を実施する唯一の目的のために厳密に必要です。
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
統計目的のみに使用される技術的な保存または読み込み
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
技術的な保存またはアクセスは、広告を送信するためのユーザープロファイルを作成するため、または同様のマーケティング目的でウェブサイト上または複数のウェブサイトにわたってユーザーを追跡するために必要です。
同意の管理
';
window._nslWebViewNoticeElement.insertAdjacentHTML("afterbegin", webviewNoticeHTML);
document.body.appendChild(window._nslWebViewNoticeElement);
}
});
}
}
window._nslDOMReady(function () {
window.nslRedirect = function (url) {
if (scriptOptions._redirectOverlay) {
const overlay = document.createElement('div');
overlay.id = "nsl-redirect-overlay";
let overlayHTML = '';
const overlayContainer = "",
overlayContainerClose = "
",
overlaySpinner = "
",
overlayTitle = "" + scriptOptions._localizedStrings.redirect_overlay_title + "
",
overlayText = "" + scriptOptions._localizedStrings.redirect_overlay_text + "
";
switch (scriptOptions._redirectOverlay) {
case "overlay-only":
break;
case "overlay-with-spinner":
overlayHTML = overlayContainer + overlaySpinner + overlayContainerClose;
break;
default:
overlayHTML = overlayContainer + overlaySpinner + overlayTitle + overlayText + overlayContainerClose;
break;
}
overlay.insertAdjacentHTML("afterbegin", overlayHTML);
document.body.appendChild(overlay);
}
window.location = url;
};
let targetWindow = scriptOptions._targetWindow || 'prefer-popup',
lastPopup = false;
document.addEventListener('click', function (e) {
if (e.target) {
const buttonLinkElement = e.target.closest('a[data-plugin="nsl"][data-action="connect"]') || e.target.closest('a[data-plugin="nsl"][data-action="link"]');
if (buttonLinkElement) {
if (lastPopup && !lastPopup.closed) {
e.preventDefault();
lastPopup.focus();
} else {
let href = buttonLinkElement.href,
success = false;
if (href.indexOf('?') !== -1) {
href += '&';
} else {
href += '?';
}
const redirectTo = buttonLinkElement.dataset.redirect;
if (redirectTo === 'current') {
href += 'redirect=' + encodeURIComponent(window.location.href) + '&';
} else if (redirectTo && redirectTo !== '') {
href += 'redirect=' + encodeURIComponent(redirectTo) + '&';
}
if (targetWindow !== 'prefer-same-window' && checkWebView()) {
targetWindow = 'prefer-same-window';
}
if (targetWindow === 'prefer-popup') {
lastPopup = NSLPopup(href + 'display=popup', 'nsl-social-connect', buttonLinkElement.dataset.popupwidth, buttonLinkElement.dataset.popupheight);
if (lastPopup) {
success = true;
e.preventDefault();
}
} else if (targetWindow === 'prefer-new-tab') {
const newTab = window.open(href + 'display=popup', '_blank');
if (newTab) {
if (window.focus) {
newTab.focus();
}
success = true;
window._nslHasOpenedPopup = true;
e.preventDefault();
}
}
if (!success) {
window.location = href;
e.preventDefault();
}
}
}
}
});
let buttonCountChanged = false;
const googleLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="google"]');
if (googleLoginButtons.length && checkWebView()) {
googleLoginButtons.forEach(function (googleLoginButton) {
if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
disableButtonInWebView(googleLoginButton);
} else {
googleLoginButton.remove();
buttonCountChanged = true;
}
});
}
const facebookLoginButtons = document.querySelectorAll(' a[data-plugin="nsl"][data-provider="facebook"]');
if (facebookLoginButtons.length && checkWebView() && /Android/.test(window.navigator.userAgent) && !isAllowedWebViewForUserAgent('facebook')) {
facebookLoginButtons.forEach(function (facebookLoginButton) {
if (scriptOptions._unsupportedWebviewBehavior === 'disable-button') {
disableButtonInWebView(facebookLoginButton);
} else {
facebookLoginButton.remove();
buttonCountChanged = true;
}
});
}
const separators = document.querySelectorAll('div.nsl-separator');
if (buttonCountChanged && separators.length) {
separators.forEach(function (separator) {
const separatorParentNode = separator.parentNode;
if (separatorParentNode) {
const separatorButtonContainer = separatorParentNode.querySelector('div.nsl-container-buttons');
if (separatorButtonContainer && !separatorButtonContainer.hasChildNodes()) {
separator.remove();
}
}
})
}
});})();
記事URLをコピーしました