// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include https://*.mozilla.org/*
// @grant none
// ==/UserScript==

(function() {
'use strict';
console.log(typeof [0, 1, 2, 3].indexOf(2));
// Your code here...
})();

おれのはnumberが帰ってくるけどな