Last active
October 6, 2017 21:29
-
-
Save vol4ikman/9e6039286521bfe5d9ab62a770bcbf5b to your computer and use it in GitHub Desktop.
WAH PRO - remote script alpha
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
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script> | |
<script type="text/javascript"> | |
var wahproConfig = { | |
user : { | |
id: 123123, // user ID | |
token : 'qwerty' // user secret token | |
}, | |
theme: { | |
name : 'dark', // dark || light | |
position : 'right', // right || left | |
type : 3, // 1 = standart, 2 = wide, 3 = magic | |
//icon : 'style/banner.jpg' // url to image 48x48px | |
}, | |
setup: { | |
debug : true, // true or false | |
stats : true, | |
lang : 'en', // en, ru, he [default en] | |
hide : { | |
remove_animations : false, | |
highlight_titles : false, | |
highlight_links : true, | |
keyboard_navigation : false, | |
invert_colors : false, | |
readable_fonts : false | |
} | |
} | |
} | |
</script> | |
<script src="https://accessibility-helper.co.il/remote/wahpro.src.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment