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
| /** | |
| * | |
| * ok.ru links work with header User-Agent Gecko | |
| * 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0' | |
| * i tried chrome and webkit both does not work | |
| * | |
| */ | |
| const $ = require('jquery'); | |
| // Extract OK.RU Links |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am vantayden on github. | |
| * I am vantayden (https://keybase.io/vantayden) on keybase. | |
| * I have a public key ASDs0bXW3gDPg7AimprVuf4b7k6SqrtqJDno0ns2ULCkuwo | |
| To claim this, I am signing this object: |
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
| // Written by (C) Rafsun Masud Prince known | |
| if (window.location.hostname != "www.messenger.com") { | |
| alert("Bạn không truy cập trang messenger.com . Vui lòng truy cập trang messenger.com để sử dụng !"); | |
| throw new Error("You are not on Messenger. Please visit www.messenger.com then try again."); | |
| } | |
| (function(d, s, id) { | |
| var js, fjs = d.getElementsByTagName(s)[0]; | |
| if (d.getElementById(id)) return; | |
| js = d.createElement(s); js.id = id; |