Compare commits
2 Commits
97cfca74ad
...
e3dc989798
Author | SHA1 | Date |
---|---|---|
|
e3dc989798 | |
|
8ea3fccb61 |
|
@ -137,6 +137,7 @@ async function mounted() {
|
|||
'gaping',
|
||||
'squirting',
|
||||
'oil',
|
||||
'vr',
|
||||
'bts',
|
||||
],
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.163.0",
|
||||
"version": "1.163.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.163.0",
|
||||
"version": "1.163.1",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
After Width: | Height: | Size: 11 MiB |
After Width: | Height: | Size: 12 MiB |
After Width: | Height: | Size: 12 MiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 1.7 MiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 6.3 MiB |
After Width: | Height: | Size: 6.7 MiB |
After Width: | Height: | Size: 5.7 MiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 38 KiB |
|
@ -666,6 +666,7 @@ const tagPosters = [
|
|||
['toy-dp', 1, 'Krissy Lynn and London River in "Lesbian DP Workout" for LesbianX'],
|
||||
['trainbang', 'poster', 'Kali Roses in "Passing Me Around" for Blacked'],
|
||||
['tap', 3, 'Julia Red in GIO1007 for LegalPorno'],
|
||||
['vr', 0, 'Michelle H for MetArt'],
|
||||
]
|
||||
.map(([slug, fileIndex, comment], index) => ({
|
||||
id: `${slug}-${fileIndex}`,
|
||||
|
@ -860,7 +861,7 @@ const tagPhotos = [
|
|||
['natural-boobs', 3, 'Violet Starr in "Violet Starr 1st Lesbian Anal" for LesbianX'],
|
||||
['natural-boobs', 0, 'Valentina Nappi in "Hypnotic Curves" for LesbianX'],
|
||||
['natural-boobs', 6, 'Blake Blossom in "Naturally Stacked Cutie" for HardX'],
|
||||
['natural-boobs', 5, 'Chloe B in "Lamour" for Met-Art'],
|
||||
['natural-boobs', 5, 'Chloe B in "Lamour" for MetArt'],
|
||||
['natural-boobs', 2, 'Kylie Page for All Girl Massage'],
|
||||
['nun', 1, 'Penny Pax and Darcie Dolce in "Confessions Of A Sinful Nun" for Sweetheart Video'],
|
||||
['nun', 3, 'Higurashi Rin in "Naughty Nun" for All Gravure'],
|
||||
|
@ -895,6 +896,7 @@ const tagPhotos = [
|
|||
['toy-anal', 0, 'Kira Noir in 1225 for InTheCrack'],
|
||||
['toy-dp', 3, 'Tori Black, Ana Foxxx, Anikka Albrite, Jenna Sativa and Abigail Mac in "Tori Black\'s Lesbian Gangbang" for LesbianX'],
|
||||
['toy-dp', 0, 'Marley Brinx, Ivy Lebelle and Lyra Law in "Marley Brinx First GGDP" for LesbianX'],
|
||||
['vr', '1a', 'Jenna Fox and Tommy Pistol in "Virtual Reality Jenna Fox Fucks So Real" for Bang Bros'],
|
||||
]
|
||||
.map(([slug, fileIndex, comment], index) => ({
|
||||
id: `${slug}-${fileIndex}`,
|
||||
|
|