Elakiri Lankawe Weda Karanawada?

Somapaala

Well-known member
  • Dec 15, 2010
    12,320
    901
    113
    Kandy
    machanla lankawe IP walata elakiri weda karanawada? mama log wenna haduwama menna me error eka enawa ERROR The requested URL could not be retrieved While trying to retrieve the URL: The following error was encountered: Access Denied. Access control configuration prevents your request from being allowed at this time. This may be due to a pending court matter. SLT 1MB line ekak use karanne, meka dammeth proxy site ekakin log wela, pls help karanna
     

    RupiyalWissa

    Member
    Jun 30, 2012
    21
    2
    0
    machanla lankawe IP walata elakiri weda karanawada? mama log wenna haduwama menna me error eka enawa ERROR The requested URL could not be retrieved While trying to retrieve the URL: The following error was encountered: Access Denied. Access control configuration prevents your request from being allowed at this time. This may be due to a pending court matter. SLT 1MB line ekak use karanne, meka dammeth proxy site ekakin log wela, pls help karanna

    TRC eken kiyalalu SLT ekata elakiri.com ban karanna kiyala.

    elakiri.lk eken giyahaki

    http://www.elakiri.lk/forum/showthread.php?t=1453951


    Also, for automatic redirection

    1. Install Greasemonkey addon for firefox

    You will get an addon icon with a monkey's face after installing

    2. Click the down arrow to the right of the monkey's face and click "new user script"

    3. Add any name you want. Set the namespace to www.elakiri.com Keep other fields blank

    4. I think you are asked to choose your text editor on the first run. Can't remember. Just select notepad (should be in C:\Windows\system32).

    5. Add the following code below the line containing // ==/UserScript==

    if(window.location.host=="www.elakiri.com"){
    var currentURL = window.location.href;
    //alert("currentURL=" + currentURL);

    var URLParts = currentURL.split('/');
    //alert("PartsURL[2]=" + URLParts[2]);

    URLParts[2] = "www.elakiri.lk";
    var newURL = URLParts.join('/');
    //alert("newURL=" + newURL);

    window.location = newURL;
    }

    6. Browse ElaKiri.com as usual. Pages with elakiri.com in them will be redirected to elakiri.lk automatically.


    You can do the same thing with Tampermonkey for Chrome.