Forums

RS-Linkify Thread is sticky

Quick find code: 261-262-33-65181208

Lil Indecent

Lil Indecent

Posts: 447 Silver Posts by user Forum Profile RuneMetrics Profile
Arent you a sweetie, here's something for you to put in the console :)

Select and copy the code below and then...

[ Ctrl + Shift + J ] --- [ Ctrl + V ] ---[ Enter ]

[code]$('body').prepend('<canvas id="canvas" style="background: #B7004E; height: 100%; width: 100%; margin: 0; padding: 0;"></canvas>'); var hsBackground = { hHeight: 60, hWidth: 64, hs: [], hImage: 'http://i.imgur.com/UhnGSBn.png', maxhs: 28, minScale: 0.4, draw: function() { this.setCanvasSize(); this.ctx.clearRect(0, 0, this.w, this.h); for (var i = 0; i < this.hs.length; i++) { var h = this.hs[i]; h.image = new Image(); h.image.style.height = h.height; h.image.src = this.hImage; this.ctx.globalAlpha = h.opacity; this.ctx.drawImage (h.image, h.x, h.y, h.width, h.height); } this.move(); }, move: function() { for(var b = 0; b < this.hs.length; b++) { var h = this.hs[b]; h.y += h.ys; if(h.y > this.h) { h.x = Math.random() * this.w; h.y = -1 * this.hHeight; } } }, setCanvasSize: function() { this.canvas.width = window.innerWidth; this.canvas.height = window.innerHeight; this.w = this.canvas.width; this.h = this.canvas.height; }, initialize: function() { this.canvas = $('#canvas')[0]; if(!this.canvas.getContext) return; this.setCanvasSize(); this.ctx = this.canvas.getContext('2d'); for(var a = 0; a < this.maxhs; a++) { var scale = (Math.random() * (1 - this.minScale)) + this.minScale; this.hs.push({ x: Math.random() * this.w, y: Math.random() * this.h, ys: Math.random() + 1, height: scale * this.hHeight, width: scale * this.hWidth, opacity: scale }); } setInterval($.proxy(this.draw, this), 30); } }; hsBackground.initialize(); window.scrollTo(0, 0);[/code]

18-Mar-2017 22:20:08 - Last edited on 18-Mar-2017 22:24:16 by Lil Indecent

Hugopluks13

Hugopluks13

Posts: 9,931 Rune Posts by user Forum Profile RuneMetrics Profile
Noticed recently that I'm not able to open the embedded imgur pictures anymore. Did something change? You will never get anything for free. Anyone claiming that is trying to scam, lure or hijack you.
Twitter: @Hugopluks13 || Currently playing on: Rhydon || Dutch

21-Mar-2017 07:06:04

Lil Indecent

Lil Indecent

Posts: 447 Silver Posts by user Forum Profile RuneMetrics Profile
Hiya Hugo :)

Nothing has changed for about a month, the last RS Linkify update was on the 25th of February.

I'm wondering if you are running any kind of adblock and if the problem persists when adblock is disabled.

If that's not the case please let me know and I can post another possible remedy.

Edit: Forget what I said, I have an update containing various tweaks I've been wanting to publish and I'm going to add my own event handler for the " select to revea l" thing. That should take care of any issues that may have arisen recently.

I'll post again soon when it's published, then after updating if there is still a problem I'll look into the possibility of something else clashing with RS Linkify.

21-Mar-2017 07:38:08 - Last edited on 21-Mar-2017 09:21:10 by Lil Indecent

Lil Indecent

Lil Indecent

Posts: 447 Silver Posts by user Forum Profile RuneMetrics Profile
Update: Version 3.1.9.87

• Minor change to the [c ode] tag, it is now wrapped with [no parse] tag to prevent formatting issues.

• Improved HTML entity decoding and encoding (&q uote; &n bsp; etc).

• Fixed an issue with event handlers not being consistently cloned, this means the "select to reveal" images will work properly with RS Linkify.

• Fixed a minor forum bug that has been annoying me for ages see pic below.
HTTP://i.imgur.com/rLGOB1l.png
• Sme other minor tweaks, pretty trivial stuff that I can't even remember properly now, but I'm sure I'll remember after I post this :/

Basically this just a small bunch of little tweaks, some noticeable, others not so noticeable.

21-Mar-2017 09:46:54

Tifa says Hi
Nov Member 2006

Tifa says Hi

Posts: 948 Gold Posts by user Forum Profile RuneMetrics Profile
Hiya, I've been gone from the forums for so long, I am happy to see Linkify is still updated!
This is my first time requesting this, but may I request a icon?

I hope it won't be too hard, it is a little drawing of my character I made awhile back. I attempted to format it to your rules, I hope it is fine!

https://puu.sh/uU0iv/5f617597da.png

thanks in advance!
-Tifa
Hi, My name is Tifa! I am a Runescape chibi artist under the pen name:
Tifa Amakura.
^^

22-Mar-2017 03:40:36

Lil Indecent

Lil Indecent

Posts: 447 Silver Posts by user Forum Profile RuneMetrics Profile
Tifa says Hi said :
This is my first time requesting this, but may I request a icon?

I hope it won't be too hard, it is a little drawing of my character I made awhile back. I attempted to format it to your rules, I hope it is fine!

It's great to see you back here on RSOF again!

The image is perfect, just like all your wonderful artwork :)

Tifa says Hi: 10803
http://www.indecentcode.com/rslinkify_images/10803.png

22-Mar-2017 05:49:25

Quick find code: 261-262-33-65181208 Back to Top