This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var count = 0; | |
var bypass = 0; | |
var blacklist = ['trans', 'chubby', '🏳️⚧️', 'ladyboy', 'shemale']; | |
async function do_act() { | |
count++ | |
let name = document.querySelectorAll('[itemprop="name"')[1].textContent; | |
let desc = ''; | |
if (document.querySelectorAll('[class="BreakWord Whs(pl) Typs(body-1-regular) Ta(start) LineClamp(5,118.120px)"')[1]) { | |
desc = document.querySelectorAll('[class="BreakWord Whs(pl) Typs(body-1-regular) Ta(start) LineClamp(5,118.120px)"')[1].textContent; | |
} |
OlderNewer