diff --git a/js/_abbr.js b/js/_abbr.js new file mode 100644 index 000000000..dc1714aee --- /dev/null +++ b/js/_abbr.js @@ -0,0 +1,8 @@ +// Shows an alert with the term definition for Term +$(document).ready(() => { + const abbrs = $('abbr[data-title]'); + abbrs.on('click', function() { + const msg = this.innerText + " = " + this.getAttribute('data-title'); + alert(msg); + }); +}); \ No newline at end of file diff --git a/public/en/biochemical-dysphoria.md b/public/en/biochemical-dysphoria.md index da8cd91e5..cca5c1407 100644 --- a/public/en/biochemical-dysphoria.md +++ b/public/en/biochemical-dysphoria.md @@ -111,8 +111,8 @@ The intensity of physical and biochemical dysphoria is highly influenced by othe - If your blood sugar is out of whack, or you have a thyroid condition, it could cause your dysphoria to spike. - If you are having dopamine withdrawal because of ceasing stimulants, that can make it worse. - If you start on an SSRI Antidepressant and start running with more serotonin, that can make it less intense. -- Transfeminine AMABs (people assigned male at birth) with testicles experience surges in testosterone in relation to attraction and desire, which can make them more dysphoric. -- Transmasculine AFABs (people assigned female at birth) with unsuppressed ovaries experience rises and falls in estrogen and progesterone over the course of their menstrual cycle, making their dysphoria intensify and lessen based on what day of the cycle they are on. +- Transfeminine AMABs (people assigned male at birth) with testicles experience surges in testosterone in relation to attraction and desire, which can make them more dysphoric. +- Transmasculine AFAB (people assigned female at birth) with unsuppressed ovaries experience rises and falls in estrogen and progesterone over the course of their menstrual cycle, making their dysphoria intensify and lessen based on what day of the cycle they are on. There are dozens of systems in the body that all work in tandem, and they all fluctuate from day to day, manipulating general mental state. This general dysphoria can amplify the affect of all other dysphoria. One day you can shrug off misgendering like it's nothing, and then the next it hurts like a stab in the heart every time. One day you see yourself in the mirror, the next you're staring at the old you. diff --git a/public/en/hormones.md b/public/en/hormones.md index 3f18ca775..25f5a421b 100644 --- a/public/en/hormones.md +++ b/public/en/hormones.md @@ -83,7 +83,7 @@ New research is starting to suggest that the body may regulate total estradiol l {!{