Month's top: Carnack with 100$
Want LAH to translate a manga for you?
Little Angels Hentai Forum Index
It's for you!
PLEASE LOG IN OR REGISTER TO BE ABLE TO SEE THE PICTURES AND ATTACHED FILES!
Hello, and here is a little present ...

 
Compose reply Little Angels Hentai Forum Index » Introductions View previous thread
View next thread
DMCA
Hello, and here is a little present ...
Author Message
myownself
Warnings:
Posts: 0

Post Hello, and here is a little present ... Quote
Hi all!

I just stumbled upon this place, and I have to say I'm impressed by the quality of loli you guys have.

I noticed a small inconvenience while I was surfing around your site. You have a policy that, smartly, discourages people from using http so that sites can't traceback to this place, but there is a better way I think.

Using greasemonkey for Firefox I wrote ... and by wrote I mean I shamelessly Google searched for code that was close to what I wanted ... and developed this small script that converts hxxp to http://anonym.to/?http ...

anonym.to links to other sites anonymously ... just goto the website ... it says it right on the title ... I found this service through another site that didn't want to get found ...

For those people that skip to the end: The script below is for greasemonkey on firefox. It changes the links that have hxxp to use an anonymous site referer service called anonym.to. Cheers.

Oh yeah, I wouldn't mind having that super secret extra file privilege, if its not too much of a hassle.

------------------------------------CODE-----------------------------------------
Code:
// Based on a script by Ryan McFarland ... completely ripped off from just about any source I could find *grin* sorry.

// ==UserScript==
// @name          Convert hxxp to anonym.to/?http
// @description   converts useless hxxp links to anonym.to/? ... maybe
// @include       http://littleangelshentai.net/*
// @include       http://www.littleangelshentai.net/*
// ==/UserScript==


(function() {
  var replacements, regex, key, textnodes, node, s;

  replacements = {
   
    "hxxp": "http://anonym.to/?http",

    };

regex = {};
for (key in replacements) {
    regex[key] = new RegExp(key, 'g');
}

textnodes = document.evaluate('//a[@href]',document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);

for (var i = 0; i < textnodes.snapshotLength; i++) {
    node = textnodes.snapshotItem(i);
    s = node.href;
    for (key in replacements) {
        s = s.replace(regex[key], replacements[key]);
    }
    node.href = s;
}

})();
------------------------------END CODE------------------------------------------


_________________
~myownself
Thu Mar 08, 2007 8:16 am Profile PM
Sat
Star Angel
Warnings:
Posts: 7539

Post Quote
Actually, the hxxp is for more than just that.
And about Anonym.to? Well, certainly thought about that, but I dont want to make it too easy for the leechers.
Your script does this site only worse.


_________________

Some people say, the universe is a Star Ocean!

Want to donate to keep the site up? PM me for possible donation ways!
We now also accept Bitcoin.

Got a suggestion on how we can improve LAH? Post it here or vote for other people's suggestions!
Thu Mar 08, 2007 9:16 am Profile PM WWW Skype
Werweißschon
Beginner Angel
Warnings:
Posts: 17

Post Quote
And in the same way we could just add some spaces between the links (like ht tp://inter netadress) like it's done on some chinese (at least that's what I'm told) forum where I get torrents from. (Comic anthologies a few days before shibuyabashi, yeah!).

You see, there are a lot of ideas, but why change a good working way? (although I usually forget to change it myself)

But let's not forget the important:
Welcome to LAH.

Thu Mar 08, 2007 9:46 am Profile PM
akuma2002
Mugi Mugi Angel ^^
Warnings:
Posts: 4702

Post Quote
Welcome here ! Very Happy

And about the extra files section, post more, contribute more and then ask again.


_________________
Thu Mar 08, 2007 10:46 am Profile PM Skype
mars
Beginner Angel
Warnings:
Posts: 5

Post Quote
*still thinks that anyone too lazy to change hxxp back to http has serious problems*


_________________

All hands on deck/Setting sail to get wrecked off course--"neverlost", the smashing pumpkins
Fri Mar 09, 2007 1:19 am Profile PM Skype
kouhei
LAH Artist
Warnings:
Posts: 1

Post Quote
Hello myownself, welcome to LAH! Feather Kawaii 2

As mentioned, posts/contributions go a long way towards accessing the extra files area Feather Kawaii 2 Your idea though considerate benefits the end user more than the site. I highly encourage you to continue your coding efforts and on the whole such efforts are appreciated especially if you contribute to one of the many translation/coding/porting/graphic projects being worked on here at LAH.

Please make sure you read the RULES and FAQ

We look forward to your posts, but most importantly, have fun!

ja ne
l8r Kay?


_________________

"Affection is responsible for nine-tenths of whatever solid and durable happiness there is in our lives." (C.S. Lewis)
Sat Mar 10, 2007 9:20 am Profile PM
Display posts from previous:    
Compose reply Little Angels Hentai Forum Index » Introductions All times are GMT
Page 1 of 1

 
Jump to: 
You cannot post new threads in this forum
You cannot reply to threads in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Do not upload or mention any illegal content. Violators will be reported to the authorities. You are responsible for your uploads and actions.
If it is illegal for you to view adult lolikon material in your current location, leave this site immediately.
LAH is in compliance with DMCA.
LAH works best with JavaScript enabled. Enable it for a better experience. (´・ω・`)
Your browser is outdated and insecure! Please update your browser to fully enjoy LAH.