Only scraping profile source matching actor entity, changed avatar entropy cut-off from 6 to 5.5.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
<script>
|
||||
function photos() {
|
||||
return this.actor.photos.filter(photo => !photo.entropy || photo.entropy > 6);
|
||||
return this.actor.photos.filter(photo => !photo.entropy || photo.entropy > 5.5);
|
||||
}
|
||||
|
||||
function sfw() {
|
||||
|
||||
Reference in New Issue
Block a user