Skip to content

Instantly share code, notes, and snippets.

@vol4ikman
Last active October 6, 2017 21:29
Show Gist options
  • Save vol4ikman/9e6039286521bfe5d9ab62a770bcbf5b to your computer and use it in GitHub Desktop.
Save vol4ikman/9e6039286521bfe5d9ab62a770bcbf5b to your computer and use it in GitHub Desktop.
WAH PRO - remote script alpha
<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