History Saver Script menu

Shout-Out

User Tag List

Results 1 to 1 of 1
  1. #1
    Chenquie's Avatar Banned
    Reputation
    111
    Join Date
    Dec 2007
    Posts
    910
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    History Saver Script

    Code:
    history.find = function(url) {
        url = url.trim();
        if (!url.substr(8, url.length - 8).contains('/')) {
            url += '/';
        }
        var sandbox = document.createElement('div');
        randomtoken = 'a' + $time() + $random(100, 999);
        sandbox.setAttribute('id', randomtoken);
        sandbox.style.display = 'none';
        $$('body')[0].appendChild(sandbox);
        if (document.styleSheets[0].insertRule) {
            var ruleIndex = document.styleSheets[0].cssRules.length;
            document.styleSheets[0].insertRule("#" + randomtoken + " a:visited { color:rgb(255, 220, 255) }", ruleIndex);
        } else if (document.styleSheets[0].addRule) {
            var ruleIndex = document.styleSheets[0].rules.length;
            document.styleSheets[0].addRule("#" + randomtoken + " a:visited", "color:rgb(255, 220, 255)", ruleIndex);
        }
        ret = 0;
        var searchLink = document.createElement('a');
        searchLink.setAttribute('href', url);
        searchLink.innerHTML = randomtoken;
        $(randomtoken).appendChild(searchLink);
        if (searchLink.currentStyle) {
            var searchLinkColor = searchLink.currentStyle['color'];
        } else if (window.getComputedStyle) {
            var searchLinkColor = document.defaultView.getComputedStyle(searchLink, null).getPropertyValue('color');
        }
        var linkColor = searchLinkColor.toString();
        if (linkColor == 'rgb(255, 220, 255)' || linkColor == 'rgb(255,220,255)' || linkColor == '#ffdcff') {
            ret = 1;
        }
        $(randomtoken).remove();
        return ret;
    }
    Just a little code that tell you what history you have in your browser etc.
    To get it to save stuff and etc you'll probably need Ajax.

    Just a code I wrote, nothing special.

    History Saver Script

Similar Threads

  1. I got banned by using that, Anti AFK auto queue script or w/e
    By julian_in in forum World of Warcraft General
    Replies: 22
    Last Post: 11-03-2006, 02:30 PM
  2. Im Looking For A /script Macro... Plz Help
    By codycondame in forum World of Warcraft General
    Replies: 0
    Last Post: 10-05-2006, 02:04 PM
  3. Any Anti AFK Scripts available?
    By paboee in forum World of Warcraft General
    Replies: 2
    Last Post: 08-30-2006, 09:11 AM
  4. Warcraft History
    By Simy in forum World of Warcraft General
    Replies: 0
    Last Post: 07-08-2006, 06:20 AM
  5. [Program] WoW Jumper AntiAFK Script
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 5
    Last Post: 06-23-2006, 10:38 PM
All times are GMT -5. The time now is 07:19 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search