I've seen this tweet from @heatedrivalryai on X sharing how to add Claude/AI detector notification when you click on a fic that's been generated by Claude AI. So i made my own version where you can have the AI Detector as a parent skin for your custom site skins. A fic that's has been detected using Claude AI will have little red "You got a call from âClaudeâ!" notification on it. Please excuse my low quality screenshot.
Here's the code and click here for testing if it's working or not.
How to add parent skin :
Create a new site skin and give it a unique title.
Copy this code to the CSS.
Go to "Advanced" and click "Showâ".
â Parent Only option.
Now go to your custom site skin, and go to "Advanced" scroll until you see "Parent Skins".
"Add Parent Skin" and type your AI detector title to the area text below the "Parent #whatevernumber" and chose the little pop of your title.
"Submit" and you're done!
Edit : Why did i say "all ai-generated" i'm such a chud sorry everybody
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Qualityâ Free Actions
Free to watch ⢠No registration required ⢠HD streaming
đź You would not believe your eyes, if 10 million fireflies ended up in the header of your AO3. đś
It's been a while since I tried glow effects, but I saw the fireflies and I couldn't resist.
CSS code under the cut.
#header {
 background-image: url("https://cdn.pixabay.com/photo/2022/10/19/16/56/fireflies-7533056_1280.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 background-color: #152623;
}
#header .heading {
 height: 15em;
}
#header .primary {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#header .logo,
#header .heading sup {
 visibility: hidden;
}
#header .heading a {
 color: #152623;
 text-shadow: 0px 0px 15px #f9f6ce;
}
.event .userstuff {
 background: #425e50;
 border: 1px solid #f9f6ce;
}
#outer.wrapper {
 background: #0d1d1f;
 color: #f9f6ce;
}
#main a {
 color: #8c9b76;
}
#greeting a.dropdown-toggle,
#header .actions a {
 color: #f9f6ce !important;
 text-shadow: 0px 0px 3px #152623;
}
#greeting .menu,
#header .dropdown .menu,
#header .dropdown:hover a {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
span.submit.actions input.button {
 display: none;
}
#greeting img.icon {
 display: none;
}
#header #search .text,
.search [role="tooltip"] {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #f9f6ce !important;
 border: 1px solid #0d1d1f;
}
form.search input[type=text],
form.search input[type=submit],
.autocomplete div.dropdown ul {
 background: #0d1d1f !important;
 border: none;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #f9f6ce;
 display: block;
}
#header #search .text {
 width: 7em;
}
.notice,
.comment_notice,
.kudos_notice,
ul.notes,
.caution,
.error,
.comment_error,
.kudos_error,
.alert.flash {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce !important;
 color: #0d1d1f;
 border: none;
}
.notice a,
.comment_notice a,
.kudos_notice a,
ul.notes a,
.caution a,
.error a,
.comment_error a,
.kudos_error a,
.alert.flash a {
 color: #506957;
 font-weight: bold;
}
.splash .module h3 {
 color: #f9f6ce;
 border-bottom: 2px solid #f9f6ce;
}
.splash .favorite li:nth-of-type(2n+1) a {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #0d1d1f;
 font-weight: bold;
 font-variant: small-caps;
}
.splash .favorite li:nth-of-type(2n+2) a {
 color: #f9f6ce;
 font-weight: bold;
 font-variant: small-caps;
 font-size: 110%;
}
.splash .favorite li:nth-of-type(2n+1) a:hover,
.splash .favorite li:nth-of-type(2n+2) a:hover {
 color: #f9f6ce;
 font-weight: bold;
 font-variant: small-caps;
 background: #425e50;
}
#footer {
 background: #425e50;
 color: #f9f6ce;
 border-top: 3px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#footer a,
#footer .heading {
 color: #f9f6ce;
}
.actions a,
.actions a:focus,
.actions input:focus,
.action:focus,
.actions li input,
.actions li input[type="submit"],
input[type="submit"],
.actions li label,
ul.navigation.actions li a,
.action:link,
.actions a:link {
 background: #425e50;
 border: 1px solid #f9f6ce;
 color: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
 border-radius: 5px;
}
.current,
#dashboard .current {
 background: #f9f6ce !important;
 color: #0d1d1f !important;
 box-shadow: 0px 0px 15px #f9f6ce !important;
 border-radius: 5px;
}
#dashboard.own {
 border-top: 5px solid #f9f6ce;
 border-bottom: 5px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#dashboard a:hover {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#dashboard a {
 color: #f9f6ce;
}
dl.meta {
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.listbox .index {
 background: #0d1d1f;
}
.listbox,
fieldset fieldset.listbox {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
form dl,
fieldset,
fieldset fieldset,
fieldset fieldset fieldset,
fieldset fieldset dl dl,
dd.hideme,
form blockquote.userstuff,
input,
select,
select:focus,
textarea,
span.symbol.question,
.own {
 background: #0d1d1f !important;
 color: #f9f6ce !important;
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.autocomplete li.added,
.post .meta dd ul li.added,
label,
label.required {
 color: #f9f6ce;
}
span.delete {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
span.delete a {
 color: #0d1d1f !important;
 font-weight: bold;
}
.ui-sortable li,
.dynamic form,
div.dynamic {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
.dropdown {
 background: #0d1d1f;
}
form.verbose legend,
.verbose form legend {
 background: #f9f6ce;
 color: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
li.blurb {
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.draft {
 background: #0d1d1f;
 color: #f9f6ce;
 border: 2px dashed #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.draft .wrapper {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
#header h2 {
 background: #f9f6ce !important;
 color: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#stat_chart svg rect:first-of-type {
 opacity: 60%;
}
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect,
#stat_chart svg g:nth-of-type(2) > g rect:last-of-type,
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:first-of-type {
 filter: hue-rotate(140deg);
 opacity: 80% !important;
}
.statistics .index li:nth-of-type(2n) {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
#modal,
span.replied {
 background: #0d1d1f;
 color: #f9f6ce;
 border: 2px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
h4.heading.byline {
 background: #f9f6ce;
 color: #0d1d1f;
}
li.comment {
 border: 1px solid #f9f6ce;
}
.comment div.icon {
 border-bottom: 5px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.thread .even {
 background: #425e50;
}
.unread {
 background: #0d1d1f;
 border: 5px dashed #f9f6ce !important;
}
span.unread {
 background: #f9f6ce;
 color: #0d1d1f;
}
span.indicator::before {
 box-shadow: 0px 0px 15px #f9f6ce;
}
.warnings .tag,
.work .warning a.tag,
dd.warning.tags a {
 border: 1px solid #f9f6ce;
 border-radius: 5px;
 background: #f9f6ce;
 padding-left: 2px;
 padding-right: 2px;
 box-shadow: 0px 0px 10px #f9f6ce;
}
.relationships .tag,
.work .relationships a.tag,
dd.relationship.tags a {
 background: none;
 color: #f9f6ce !important;
 font-weight: bold;
 text-shadow: 0px 0px 15px #f9f6ce;
}
.filters .expander {
 background: url("https://64.media.tumblr.com/3c89981f933f9f57157d6dcec6fd85a7/94c6737c6db9ad60-e5/s1280x1920/f7557e617a5439c506721bd326580a0cb4c1f8d8.png") left center no-repeat;
 color: #f9f6ce !important;
 font-weight: bold;
}
.filters .expanded .expander {
 background: url("https://64.media.tumblr.com/dab095a2fd9387bc1e0c57747ba6b13f/94c6737c6db9ad60-ad/s1280x1920/c1a4e14e0565cdcac5d3e20bebac3ab440f2d607.png") left center no-repeat;
}
đź You would not believe your eyes, if 10 million fireflies ended up in the header of your AO3. đś
It's been a while since I tried glow effects, but I saw the fireflies and I couldn't resist.
CSS code under the cut.
#header {
 background-image: url("https://cdn.pixabay.com/photo/2022/10/19/16/56/fireflies-7533056_1280.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 background-color: #152623;
}
#header .heading {
 height: 15em;
}
#header .primary {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#header .logo,
#header .heading sup {
 visibility: hidden;
}
#header .heading a {
 color: #152623;
 text-shadow: 0px 0px 15px #f9f6ce;
}
.event .userstuff {
 background: #425e50;
 border: 1px solid #f9f6ce;
}
#outer.wrapper {
 background: #0d1d1f;
 color: #f9f6ce;
}
#main a {
 color: #8c9b76;
}
#greeting a.dropdown-toggle,
#header .actions a {
 color: #f9f6ce !important;
 text-shadow: 0px 0px 3px #152623;
}
#greeting .menu,
#header .dropdown .menu,
#header .dropdown:hover a {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
span.submit.actions input.button {
 display: none;
}
#greeting img.icon {
 display: none;
}
#header #search .text,
.search [role="tooltip"] {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #f9f6ce !important;
 border: 1px solid #0d1d1f;
}
form.search input[type=text],
form.search input[type=submit],
.autocomplete div.dropdown ul {
 background: #0d1d1f !important;
 border: none;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #f9f6ce;
 display: block;
}
#header #search .text {
 width: 7em;
}
.notice,
.comment_notice,
.kudos_notice,
ul.notes,
.caution,
.error,
.comment_error,
.kudos_error,
.alert.flash {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce !important;
 color: #0d1d1f;
 border: none;
}
.notice a,
.comment_notice a,
.kudos_notice a,
ul.notes a,
.caution a,
.error a,
.comment_error a,
.kudos_error a,
.alert.flash a {
 color: #506957;
 font-weight: bold;
}
.splash .module h3 {
 color: #f9f6ce;
 border-bottom: 2px solid #f9f6ce;
}
.splash .favorite li:nth-of-type(2n+1) a {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
 color: #0d1d1f;
 font-weight: bold;
 font-variant: small-caps;
}
.splash .favorite li:nth-of-type(2n+2) a {
 color: #f9f6ce;
 font-weight: bold;
 font-variant: small-caps;
 font-size: 110%;
}
.splash .favorite li:nth-of-type(2n+1) a:hover,
.splash .favorite li:nth-of-type(2n+2) a:hover {
 color: #f9f6ce;
 font-weight: bold;
 font-variant: small-caps;
 background: #425e50;
}
#footer {
 background: #425e50;
 color: #f9f6ce;
 border-top: 3px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#footer a,
#footer .heading {
 color: #f9f6ce;
}
.actions a,
.actions a:focus,
.actions input:focus,
.action:focus,
.actions li input,
.actions li input[type="submit"],
input[type="submit"],
.actions li label,
ul.navigation.actions li a,
.action:link,
.actions a:link {
 background: #425e50;
 border: 1px solid #f9f6ce;
 color: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
 border-radius: 5px;
}
.current,
#dashboard .current {
 background: #f9f6ce !important;
 color: #0d1d1f !important;
 box-shadow: 0px 0px 15px #f9f6ce !important;
 border-radius: 5px;
}
#dashboard.own {
 border-top: 5px solid #f9f6ce;
 border-bottom: 5px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#dashboard a:hover {
 background: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#dashboard a {
 color: #f9f6ce;
}
dl.meta {
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.listbox .index {
 background: #0d1d1f;
}
.listbox,
fieldset fieldset.listbox {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
form dl,
fieldset,
fieldset fieldset,
fieldset fieldset fieldset,
fieldset fieldset dl dl,
dd.hideme,
form blockquote.userstuff,
input,
select,
select:focus,
textarea,
span.symbol.question,
.own {
 background: #0d1d1f !important;
 color: #f9f6ce !important;
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.autocomplete li.added,
.post .meta dd ul li.added,
label,
label.required {
 color: #f9f6ce;
}
span.delete {
 background: #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
span.delete a {
 color: #0d1d1f !important;
 font-weight: bold;
}
.ui-sortable li,
.dynamic form,
div.dynamic {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
.dropdown {
 background: #0d1d1f;
}
form.verbose legend,
.verbose form legend {
 background: #f9f6ce;
 color: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
li.blurb {
 border: 1px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.draft {
 background: #0d1d1f;
 color: #f9f6ce;
 border: 2px dashed #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.draft .wrapper {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
#header h2 {
 background: #f9f6ce !important;
 color: #0d1d1f;
 box-shadow: 0px 0px 15px #f9f6ce;
}
#stat_chart svg rect:first-of-type {
 opacity: 60%;
}
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect,
#stat_chart svg g:nth-of-type(2) > g rect:last-of-type,
#stat_chart g[clip-path^=url] > g:nth-of-type(2) rect:first-of-type {
 filter: hue-rotate(140deg);
 opacity: 80% !important;
}
.statistics .index li:nth-of-type(2n) {
 background: #0d1d1f;
 border: 1px solid #f9f6ce;
}
#modal,
span.replied {
 background: #0d1d1f;
 color: #f9f6ce;
 border: 2px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
h4.heading.byline {
 background: #f9f6ce;
 color: #0d1d1f;
}
li.comment {
 border: 1px solid #f9f6ce;
}
.comment div.icon {
 border-bottom: 5px solid #f9f6ce;
 box-shadow: 0px 0px 15px #f9f6ce;
}
.thread .even {
 background: #425e50;
}
.unread {
 background: #0d1d1f;
 border: 5px dashed #f9f6ce !important;
}
span.unread {
 background: #f9f6ce;
 color: #0d1d1f;
}
span.indicator::before {
 box-shadow: 0px 0px 15px #f9f6ce;
}
.warnings .tag,
.work .warning a.tag,
dd.warning.tags a {
 border: 1px solid #f9f6ce;
 border-radius: 5px;
 background: #f9f6ce;
 padding-left: 2px;
 padding-right: 2px;
 box-shadow: 0px 0px 10px #f9f6ce;
}
.relationships .tag,
.work .relationships a.tag,
dd.relationship.tags a {
 background: none;
 color: #f9f6ce !important;
 font-weight: bold;
 text-shadow: 0px 0px 15px #f9f6ce;
}
.filters .expander {
 background: url("https://64.media.tumblr.com/3c89981f933f9f57157d6dcec6fd85a7/94c6737c6db9ad60-e5/s1280x1920/f7557e617a5439c506721bd326580a0cb4c1f8d8.png") left center no-repeat;
 color: #f9f6ce !important;
 font-weight: bold;
}
.filters .expanded .expander {
 background: url("https://64.media.tumblr.com/dab095a2fd9387bc1e0c57747ba6b13f/94c6737c6db9ad60-ad/s1280x1920/c1a4e14e0565cdcac5d3e20bebac3ab440f2d607.png") left center no-repeat;
}
its an altered version of this green fireflies one
im really proud of this for no reason all i did was change the colors but anyways you guys should still reblog if you use it definitely id be very happy :)))))))))
edit: oh my god fine. it's not copy and paste anymore fine okay?? here's the link to github. for fuck's sake guys đ
edit 2: here's a post tut i made on how to use these!
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Qualityâ Free Actions
Free to watch ⢠No registration required ⢠HD streaming
This is one of my most favorite Andalusian muwashshahat (an Arabic poem thatâs specifically written to be sung). It was written in the 3rd century by an Arab poet from Granada, so itâs not very far fetched that the song has been sung at some point in that very palace centuries ago.Â
These are the lyrics in Arabic and English, in case anyoneâs interested.Â
When he appeared with a sway in his walkÂ
My darling infatuated me with his beauty
Oh, my fate and my confusion
Who will have mercy when I complain
Of anguish in love
Except for the holder of beauty?
good morning to horror fans, fat bitches, people with psychosis, they/thems, people who canât drive, trans women, witches, and single dads. the rest of you... youâre on your own
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Qualityâ Free Actions
Free to watch ⢠No registration required ⢠HD streaming
âI think America should be taken by Canada insteadâ No, I think America should be returned to its Indigenous tribes, while Canada should return to the First Nations, the Inuit and the MĂŠtis.
âI think America should be taken by Denmark insteadâ No, I think America should be returned to its Indigenous tribes while Denmark returns Greenland to the Kalaallit, the Tunumiit and the Inughuit.
âI think Texas should be taken by Mexicoâ No, I think Texas should be returned to the Apache.
âI think Florida should be taken by Cubaâ No, I think Florida should be returned to the Seminole.
âI think the Blue states should form their own countryâ No, I think the Blue states should return to the Chinook, the Yakama, the NimĂipuu, the Pomo, the Chumash, the DinĂŠ, the WĂ´banaki, the Massachuset, the Haudenosaunee, the Pequot, the Lenape tribes, and the Inuit, the UnangaxĚ and the Tlingit tribes of Alaska.
Stop roleplaying colonialism with a leftist coat of paint and give land back to its fucking Natives.
Yeah, isnât that a cool picture? Itâs the one someone showed me to point out what color the moon really is compared to the Earth! They both have the same amount of sunlight on them here.
The moonâs not white! Itâs concrete-gray! It only looks so shiny when compared to the void of space!
I love learning things I didnât expect to learn. Like when I learned that itâs called the âdark sideâ of the moon because itâs the side we donât see, not because sunlight never hits it.
Thereâs only one trait that everyone named in the files sharesâand it isn't that they're all republicans, or all 'progressives', or all jewish, or whateverâit's that they're all rich. They are the rich and powerful of the world; across racial, national, political, and religious lines. they are western-aligned, capitalist men(and women!) who used the same depravity and disregard for human life that is now on full display to accrue the wealth that put them in the position to commit those mass crimes first by exploiting the working class.
And anyone who is trying to obfuscate that simple fact is trying to steer you away from letting this moment radicalise you into developing class consciousness and seeking out information about what is to be done to change the system that created them in the first place.
And the fact this operation was run by a rabid, ethnosupremacist zionazi is not âproofâ that it is a Jewish plot for world domination, itâs proof that Palestinians and their principled allies were right to ascertain that zionism is a continuation and parcel of western imperialism and a core component of fascism in the 21st century. Every-body lock in.
âSenate Bill 1554 states, âNo NGO (nongovernmental organization) shall knowingly or recklessly provide support for the benefit of any illegal immigrant or asylum seeker within the state of Oklahoma. Any NGO that violates this subsection shall be permanently ineligible to receive state or local fundingâŚ
âŚThe bill continues saying that any NGO member who provides aid could face a fine of up to $50,000 or a felony that will carry up to five years in prison.â Source.
If youâre in Oklahoma please contact your local and state representatives and ask them to say no to Bill 1554.
Heads up my trans and queer friends, do not participate in this study. Spread the word to stay away;
Skeet from Alejandra Caraballo that says: If you see this, don't participate. It's a rigged study by Lisa Littman and unethical researcher J. Michael Bailey meant to undermine access to care. Spread the word.
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
â Live Streamingâ Interactive Chatâ Private Showsâ HD Qualityâ Free Actions
Free to watch ⢠No registration required ⢠HD streaming
btw if youre young and scared of doing adult things without your parents ive learned that like 90% of the time you can just tell the doctors office or the dmv "haha sorry ive never done this without help before... can you show me how to do this?" the employee will not care. if that means anything to you
"Did you just jump into fire for me ?" @whatdoyoumeannotcanon - Tumblr Blog | Tumlook