Woot! Do I get an eagle-eye award?
Hey, I had a question about your greasemonkey script that's supposed to add a link to so everyone's finished maps.. I tried updating with the new bit of code added to it, but it didn't work.. is it not compatbile with this version of vb?
My finished maps
"...sometimes the most efficient way to make something look drawn by hand is to simply draw it by hand..."
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
That makes me sad. If I had any kind of abilities that way I'd offer to try and rework, unfortunately the limit of my skill ends at scanning it for something i recognize (like a hyperlink) and replacing part of the text
My finished maps
"...sometimes the most efficient way to make something look drawn by hand is to simply draw it by hand..."
OK, the greasemonkey script should be working again!
-Rob A>
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
Holycrap, that's great. You win!!
[edit] ok, so i'm looking through the source trying to figure how to get it so it opens into a new tab instead of the same window (maybe that's just my own quirk, i like opening into a new tab so i can get to it in a bit while I continue reading the current page, gives it time to load, etc) and I can't quite see how.
Is it related to [2] == 'popupctrl'?
Last edited by Coyotemax; 02-04-2010 at 04:27 AM.
My finished maps
"...sometimes the most efficient way to make something look drawn by hand is to simply draw it by hand..."
Just add a _blank target to the link:
-Rob A>Code:if (thisLink.text.substring(thisLink.text.length-1).toLowerCase() == 's') { newLink.innerHTML = '<a href="'+galleryLink+'" TARGET=_BLANK>'+thisLink.text+'\' Maps</a>' } else { newLink.innerHTML = '<a href="'+galleryLink+'" TARGET=_BLANK>'+thisLink.text+'\'s Maps</a>' }
My tutorials: Using GIMP to Create an Artistic Regional Map ~ All My Tutorials
My GIMP Scripts: Rotating Brush ~ Gradient from Image ~ Mosaic Tile Helper ~ Random Density Map ~ Subterranean Map Prettier ~ Tapered Stroke Path ~ Random Rotate Floating Layer ~ Batch Image to Pattern ~ Better Seamless Tiles ~ Tile Shuffle ~ Scale Pattern ~ Grid of Guides ~ Fractalize path ~ Label Points
My Maps: Finished Maps ~ Challenge Entries ~ My Portfolio: www.cartocopia.com
aaaah thanks!
perfect!
My finished maps
"...sometimes the most efficient way to make something look drawn by hand is to simply draw it by hand..."