Greasemonkey @require jQuery not working “Component not available”

前端 未结 8 2115
温柔的废话
温柔的废话 2020-12-16 19:41

I\'ve seen the other question on here about loading jQuery in a Greasemonkey. Having tried that method, with this require statement inside my ==UserScript== tag

8条回答
  •  遥遥无期
    2020-12-16 20:20

    Patch for jquery-1.4.3.min.js

    [old] line 41 u.createElement("div");s="on"+s;var B=s in v;
    [new] line 41 u.createElement("div");s="on"+s;var B=true;

提交回复
热议问题