User:EC/common.js: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (test)
Tags: Blanking Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
$(function() {
$(body).prepend("test") ;


})

Revision as of 16:31, 27 July 2023

$(function() {
	$(body).prepend("test")	;

})