Bot MAL

Bot dodający informacje o produkcji z serwisu myanimelist.net! + Nillay

Per 06-09-2016. Zie de nieuwste versie.

// ==UserScript==
// @name         Bot MAL
// @namespace    http://shirya.pl/
// @version      1.0
// @description  Bot dodający informacje o produkcji z serwisu myanimelist.net! + Nillay
// @author       Shirya
// @run-at       document-start
// @include      http://bajkitv.pl/zarzadzaj?a=add_site&c=2
// @include      https://bajkitv.pl/zarzadzaj?a=add_site&c=2
// @require      http://code.jquery.com/jquery-2.2.1.min.js
// @grant        none
// ==/UserScript==

$(document).ready(function(){$(".nc").first().before('<h3>Wystąpił błąd? Zgłoś go do mnie na <a href="http://bajkitv.pl/poczta-Shirya" target="_blank">PW</a>.</h3>'),$(".row3").first().after('<div class="row1 bl ft_cen"><style>#antidu{color:#f90;font-family:arial,sans-serif;font-size:1.1em;margin-left:1em;}#antid{position:relative;}#antidm{display:block;}#antid,#antidu{display:inline;}#antidu.hidden,#antidm.hidden{display:none;}#antidm{border:1px solid #272727;box-shadow:2px 2px 3px #161616;max-width:450px;min-width:200px;overflow:hidden;position:absolute;right:0;text-overflow:ellipsis;top:130%;z-index:4;}#antidm h3{margin-top:0.4em;font-size:1.2em;}#antidm h3 a{display:block;outline:0;padding:0.4em;}#antidm h3 span,#antidm h3 img{display:inline-block;vertical-align:middle;max-width:390px}#antidm h3 i{font-style:normal}#antidm h3 img{-webkit-border-radius:1px;border-radius:1px;height:27px;margin-right:0.3em;width:27px;}#antidm h3 a.re i{border-bottom:1px solid #ad0303;}#antidm h3 b{color:#b7b7b7;display:block;font-size:0.8em;font-weight:300;line-height:normal;}</style><style>#fmurl1{background-color:transparent;border-color:transparent;cursor:pointer;}#fmurl1:focus{border-color:#505050;cursor:text;}#fmurl1:-moz-placeholder{color:#FFB200;opacity:1!important;text-align:center;font-weight:700;}#fmurl1:hover:-moz-placeholder{color:#FFD;}#fmurl1:focus:-moz-placeholder{opacity:0!important;}#fmurl1::-moz-placeholder{color:#FFB200;opacity:1!important;text-align:center;font-weight:700;}#fmurl1:hover::-moz-placeholder{color:#FFD;}#fmurl:focus::-moz-placeholder{opacity:0!important;}#fmurl1::-webkit-input-placeholder{color:#FFB200;opacity:1!important;text-align:center;font-weight:700;}#fmurl1:hover::-webkit-input-placeholder{color:#FFD;}#fmurl1:focus::-webkit-input-placeholder{opacity:0!important;}#fmurl1::-ms-input-placeholder{color:#FFB200;opacity:1!important;text-align:center;font-weight:700;}#fmurl1:hover::-ms-input-placeholder{color:#FFD;}#fmurl1:focus::-ms-input-placeholder{opacity:0!important;}#fm-loa{margin-left:0.7em}</style><input class="med" type="text" id="fmurl1" name="fmurl1" placeholder="informacje z myanimelist.net" spellcheck="false" value="" data-fo="Wklej link do strony z produkcją, aby pobrać informacje."/><span id="fm-loa1" class="i load mini hidden"></span></div>'),$("#fmurl1").blur(function(a){var b=$(this).serialize();$.ajax({type:"post",url:"http://krzywy853.hol.es/bt/json.php",data:b,dataType:"json",beforeSend:function(){$("#fm-loa1").removeClass("hidden")},success:function(a){$("#fm-loa1").addClass("hidden");var b=$("#stypeinp"),c=$("#new_title_pl"),d=$("#new_title_org"),e=$("#new_cover"),f=$("#prem_day"),g=$("#prem_month"),i=($("#prem_month"),$("#prem_year")),j=$("#description"),k=$("#new_gatunek"),l=$("#new_produkcja"),m=$("#trailer"),n=$("#new_sez"),o=$("#new_odc"),p=$("#czas");b.val(a.stypeinp),c.val(a.new_title_pl),d.val(a.new_title_org),e.val(a.new_cover),f.val(a.prem_day),$(".lc_select:nth-child(3) > .sel_con").text(a.prem_day),g.val(a.prem_month),$(".lc_select:nth-child(5) > .sel_con").text(a.prem_month_text),i.val(a.prem_year),$(".lc_select:nth-child(7) > .sel_con").text(a.prem_year),$(".smed").removeClass("hidden"),j.val(a.description),k.val(a.new_gatunek),l.val(a.new_produkcja),m.val(a.trailer),n.val(a.new_sez),o.val(a.new_odc),p.val(a.czas)}})})});