簡単に書いてみた。
javascript:(function(){
var a = document.getElementsByTagName('a');
for(var i = 0;i < a.length; i++){
a[i].setAttribute("onclick","javascript:return false;");
}
})();
Go to list of users who liked
More than 5 years have passed since last update.
簡単に書いてみた。
javascript:(function(){
var a = document.getElementsByTagName('a');
for(var i = 0;i < a.length; i++){
a[i].setAttribute("onclick","javascript:return false;");
}
})();
Register as a new user and use Qiita more conveniently
Go to list of users who liked