編輯:爲什麼這不工作? @match http://tumblr.com/*
$(document).ready(function() {
$(img).each(function() {
var i = $(this).attr("src");
var n = i.replace("http://", "https://");
$(this).at
我開始在Opera中學習UserJS。爲了測試,我試圖連接jQuery庫和jQuery UI,但它不起作用。這裏是代碼: (function() {
var headID = document.getElementsByTagName("head")[0];
var newScript = document.createElement('script');
new