編集:なぜこれが機能しないのですか?
@match http://tumblr.com/*
$(document).ready(function() {
$(img).each(function() {
var i = $(this).attr("src");
var n = i.replace("http://", "https://");
$(this).attr("src", function() {
return n;
});
});
});
編集:明確にするために、私はウェブサイトを所有していません. https://facebook.com/やhttps://tumblr.com/などのサイトの画像をhttps にしたい。