Completed Evil Angel scraper. Added trans tags.

This commit is contained in:
2019-09-28 03:26:04 +02:00
parent 298eabe56e
commit 2c32ed6549
13 changed files with 179 additions and 266 deletions

View File

@@ -15,11 +15,11 @@ function init() {
watch: {
pageTitle(title) {
if (title) {
document.title = `Porn Radar - ${title}`;
document.title = `traxxx - ${title}`;
return;
}
document.title = 'Porn Radar';
document.title = 'traxxx';
},
},
methods: {