Archive Of Our Own - Change separator between tags

Changes the separator between tags to something more noticeable.

/* ==UserStyle==
@name        Archive Of Our Own - Change separator between tags
@description Changes the separator between tags to something more noticeable.
@version     1.0
@namespace   https://gf.qytechs.cn/users/3759
==/UserStyle== */

@-moz-document domain("archiveofourown.org") {

    .commas li::after
    {
        content: " ●";
    }
    
    .commas li.last::after 
    {
        content: none !important;
    }    
  
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址