Last active
August 28, 2015 15:58
-
-
Save JeanGoncalves/7e955fb9ebb79d4c54dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Basta criar um favorito para cada um desses links abaixo e executar um de cada vez: | |
| Acessar o Site | |
| - javascript:(function()%7Bfunction%20callback()%7B(function(%24)%7Bvar%20jQuery%3D%24%3Bwindow.open('http%3A%2F%2Fwww.seriesonlinehd.org%2Fassistir-house-of-cards-dublado-e-legendado-online%2F'%2C'_blank')%7D)(jQuery.noConflict(true))%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.1%2Fjquery.min.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)() | |
| Selecionar Episódio: | |
| - javascript:(function()%7Bfunction%20callback()%7B(function(%24)%7Bvar%20jQuery%3D%24%3Bvar%20firstDialog%20%3D%20prompt('Qual%20Epis%C3%B3dio%20quer%20assistir(n%C3%BAmero%20de%202%20d%C3%ADgitos)%3F'%2C'01')%3Bif(firstDialog%20!%3D%20null)%20%7Bvar%20secondDialog%20%3D%20prompt('0-%20Legendado%2C1-%20Dublado'%2C'1')%3Bif(secondDialog%20!%3D%20null)%7Bvar%20episodio%20%3D%20firstDialog%3Bvar%20dublado%20%3D%20secondDialog%3Bvar%20tabela%20%3D%20%24('.tab-ep-list%20tbody')%3Bvar%20cont%20%3D%201%3Bvar%20tr%20%3D%20%24(tabela).find('tr%3Afirst')%3Bwhile(cont%3C%3Depisodio)%20%7Bif(cont%3D%3Depisodio)%7Bif(dublado%20%3D%3D%20'1')%20%7Bvar%20href%20%3D%20%24(tr).find('.ep-dub%20a').attr('href').split('%26')%3Bvar%20link%20%3D%20href%5B5%5D.split('%3D')%3Blink%20%3D%20link%5B1%5D%3Bvar%20url%20%3D%20%22http%3A%2F%2Fdropvideo.com%2Fembed%2F%22%2Blink%2B%22-1024x720.html%22%3B%7Delse%20%7Bvar%20href%20%3D%20%24(tr).find('.ep-leg%20a').attr('href').split('%26')%3Bvar%20link%20%3D%20href%5B1%5D.split('%3D')%3Blink%20%3D%20link%5B1%5D%3Bvar%20url%20%3D%20%22http%3A%2F%2Fwww.seriesonlinehd.org%2Fplayer_series%2Fvt.php%3Fvt%3D%22%2Blink%2B%22-800x400.html%22%3B%7Dwindow.open(url%2C'_blank')%3B%7D%20else%20%7Btr%20%3D%20%24(tr).next()%3B%7Dcont%2B%2B%3B%7D%7D%7D%7D)(jQuery.noConflict(true))%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fajax.googleapis.com%2Fajax%2Flibs%2Fjquery%2F1.7.1%2Fjquery.min.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)() | |
| Retirar popup: | |
| - javascript:(function()%7BrmOv()%7D)() | |
| ######################################################################################################################### | |
| Script base: | |
| var firstDialog = prompt('Qual Episódio quer assistir(número de 2 dígitos)?','01'); | |
| if(firstDialog != null) { | |
| var secondDialog = prompt('0- Legendado,1- Dublado','1'); | |
| if(secondDialog != null){ | |
| var episodio = firstDialog; | |
| var dublado = secondDialog; | |
| var tabela = $('.tab-ep-list tbody'); | |
| var cont = 1; | |
| var tr = $(tabela).find('tr:first'); | |
| while(cont<=episodio) { | |
| if(cont==episodio){ | |
| if(dublado == '1') { | |
| var href = $(tr).find('.ep-dub a').attr('href').split('&'); | |
| var link = href[5].split('='); | |
| link = link[1]; | |
| var url = "http://dropvideo.com/embed/"+link+"-1024x720.html"; | |
| } | |
| else { | |
| var href = $(tr).find('.ep-leg a').attr('href').split('&'); | |
| var link = href[1].split('='); | |
| link = link[1]; | |
| var url = "http://www.seriesonlinehd.org/player_series/vt.php?vt="+link+"-800x400.html"; | |
| } | |
| window.open(url,'_blank'); | |
| } else { | |
| tr = $(tr).next(); | |
| } | |
| cont++; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment