I have script like this
// ==UserScript==
// @name messi
// @namespace http://messi.com
// @description example script to alert "barcelona" on userscripts page
// @include http://userscripts.org/*
// ==/UserScript==
alert('barcelona');
this script works with Greasemonkey.
I compiled this script using this link:
https://arantius.com/misc/greasemonkey/script-compiler.php.
After compilation I added add-on to Firefox, now it showing:
Error: Illegal operation on WrappedNative prototype objec error .
whats wrong ?