Sorry for a late reply, I was busy. Make a new script and make it look like this:
- Code:
$(document).ready(function() {
var btns = $(".p-hide").length;
for(i = 0; i < btns; i++) {
var hideBtn = $(".p-hide")[i];
$(`<img src="https://i.servimg.com/u/f26/19/95/73/76/move_i10.gif" class="p-move">`).insertAfter(hideBtn)
}
});
This script
only adds an image of the button but it does nothing. If you want to do something, let me know. But it also depends doing what because there are limitations.