fossasia/loklak_webclient

View on GitHub
iframely/plugins/domains/forgifs.com.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    re: /^https?:\/\/forgifs\.com\/gallery\/v\/\w+\/[\w-]+\.gif\.html/i,

    mixins: [
        "og-image-rel-image",
        "*"
    ],

    tests: [{
        pageWithFeed: "http://forgifs.com/gallery/main.php"
    },
        "http://forgifs.com/gallery/v/Cats/Cat-stuffed-animal-trolling.gif.html"
    ]
};