SCRIPT_NAME = "delink.lua"
os.setlocale("C")
return {
{
Link = function(elem)
return elem.content
end
}