Skip to content

Choose to do self like or not #1

@VickPix

Description

@VickPix

If in the latest posts there are own images, then the script will like them:

// Decide to like post
if (hasEmptyHeart !== null && Math.random() < cnf.settings.like_ratio) {
     ...

But if there is a control for the username this will not happen, for example:

// Decide to like post
if ( username != cnf.username && hasEmptyHeart !== null && Math.random() < cnf.settings.like_ratio) {
     ...

Is it correct? Or it doesn't matter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions