Author Topic: CTRL+V Game v5  (Read 72699 times)

1,774 Shark forgeters
When you factor in the number of non-registered Reddit users, there's probably way more than that.

1,774 Shark forgeters
id just like to say /r/sharktits is the best subreddit


id just like to say /r/sharktits is the best subreddit
When you factor in the number of non-registered Reddit users, there's probably way more than that.

Code: [Select]
-----BEGIN PUBLIC KEY-----
MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwdu5MF2R4nf9dILj7BdS
PWQW/q2CjSUO6nEdMAfKk4+Ua5MBjcumagQqeihjiQynEUBR2PN4NQPJ0P8jY/Ym
OUKK9niy/EuO98wFE7BflPfjCUTgijd6zqSP9TTnTv4ojzzYZvCdW6G3Hl/YDFxg
U1HOrjoNPHyHtXRnb5YJDLB6v4vmNgDxuKK9RiVmsmtsmAIBvrP1Seun7FiK7fkx
HN5Z9HXieaaQIGjqfMYOf3Bb7Jwl+hK8Pc8brrs7rEv5EYmxEp0URjqF60IQZ0Uk
VnjEnnQPfMdyt+AJ8pvYEFwtpyo+zX79VPFnvM+VwCAFeNdoUlwWv4ZTh73nKkHg
gJX2H+S7jn/R55YqHzIeFiXb4wbadDebNpTsaW5tTb3pacgqjJS/U7RhOXnAXHBT
Xx5yJ+hDaP9gjM+haQGMIEmWLG/D1suQerMB5H8ryHeikCci6MKei6pPlTKHlEKS
KeykCKjKi4nHKTzGjlldCabGqxlTUN/uNo1Y1U3ThrJ5hBJ8G8zFqWgtvQ1sCihi
6DPUI6JW31xlpC4OgrCpsspEOGq9Ekf/MqREEWTpH/h7zKnDYMoBVWS5Jmu7maXk
GMzZxxSb4ptqk1ZdUHQe0sbDqC+7be4GmQbAieUQzDPrBotyqNscNOwwDR0hjtUd
spfa+tDVbPX68YJEjxuz4zsCAwEAAQ==
-----END PUBLIC KEY-----

put in code tags because uh yeah its an rsa public key theres not much else to say
if you wanna send me encrypted messages go ahead and tell me how to decode them because im not sure <3
« Last Edit: November 22, 2014, 11:04:06 PM by Ipquarx »

Ross: sorry for smoking kush
Liam: uhm alright
Ross: cause i was going to clean my room
Ross: but i got high


// ==UserScript==
// @name         Image Snipper
// @version      0.1
// @description  Finds duplicate images posted and resizes them.
// @author       Kingdaro
// @match        *forum.blockland.us/index.php?topic=*
// @require      http://code.jquery.com/jquery-1.11.1.min.js
// ==/UserScript==

$(function() {
    var images = []
    $('.post img').each(function(i, img) {
        if (images.indexOf(img.src) < 0) {
            images.push(img.src)
        } else {
            console.log(img.src + " is a duplicate! Will resize.")
            var resized = $("<a href='" + img.src + "' target='_blank'><img style='width: auto; height: auto; max-width: 200px; max-height: 200px;' src='" + img.src + "' /></a>")
            $(img).replaceWith(resized)
        }
    })
})

Oh. Well then.






<jenn1> [ El Otro Yo - Licuadora Mutiladora - YouTube ] - https://www.youtube.com