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
Verifying that +kamiel is my openname (Bitcoin username). https://onename.io/kamiel |
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
/* Code should be self-explanatory | |
1) Change the css classes .yandex, .entry-content | |
2) Change lang into your language combination. | |
3) Pay me $100 for the PHP file :) lol, it's right here. | |
*/ | |
$('.yandex').click(function(e) { | |
e.preventDefault(); | |
$(this).html('Translating'); | |
var txt = $('.entry-content').html(); | |
var postData = { |