fossasia/loklak_webclient

View on GitHub
iframely/plugins/domains/ow.ly.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {

    re: [
        /^https?:\/\/ow\.ly\/i\//i
    ],    

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

    tests: [{
        page: "http://ow.ly/user/founderfuel?t=photo",
        selector: ".mediaItem a"
    },
        "http://ow.ly/i/1pREd",
        "http://ow.ly/i/1pjIO"
    ]

};