Trambambaj

kordy boi panel flot

May 8th, 2021 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name       boje kordy
  3. // @version    1.0
  4. // @include    *hegira.com.pl/*
  5. // @copyright  free
  6. // ==/UserScript==
  7. ("use strict");
  8. if ($("p:contains( Punkty nawigacyjne)").length > 0) {
  9.   for (
  10.     let i = 0;
  11.     i <
  12.     $("p:contains( Punkty nawigacyjne)")
  13.       .next()
  14.       .children("tbody")
  15.       .children()
  16.       .children()
  17.       .children("p").length;
  18.     i++
  19.   ) {
  20.     const kordy = $("p:contains( Punkty nawigacyjne)")
  21.       .next()
  22.       .children("tbody")
  23.       .children()
  24.       .children()
  25.       .children("p")
  26.       .children("a")
  27.       [i].outerHTML.replace('<a href="blanc.php4?', "")
  28.       .split(";speed=50000")
  29.       .shift()
  30.       .replace(/(w\d=)|(&amp)/g, "")
  31.       .replace(/;/g, ", ");
  32.     $("p:contains( Punkty nawigacyjne)")
  33.       .next()
  34.       .children("tbody")
  35.       .children()
  36.       .children()
  37.       .children("p")
  38.       .children("a")[i].outerHTML = $("p:contains( Punkty nawigacyjne)")
  39.       .next()
  40.       .children("tbody")
  41.       .children()
  42.       .children()
  43.       .children("p")
  44.       .children("a")
  45.       [i].outerHTML.replace("<a href=", `${kordy}<br>$&`);
  46.   }
  47. }
Add Comment
Please, Sign In to add comment