remove time from post and topic list
Liquid Code :: Coding Factory :: Scripting :: Finished scripts :: Other
Page 1 of 1 • Share •
remove time from post and topic list

_Twisted_Mods_- Posts : 101
Reputation : 2
Birthday : 1986-08-05
Join date : 2014-10-03
Age : 31
Location : USA
[script=Your choice=all pages]
- Code:
[code]$(function(){
$("#main-content .author").html(function (index, value) {
return value.replace(/( - | at )\d{1,2}:\d{2}/ig, '');
});
$(".lastpost").html(function (index, value) {
return value.replace(/( - | at )\d{1,2}:\d{2}/ig, '');
});
});[/code]
Liquid Code :: Coding Factory :: Scripting :: Finished scripts :: Other
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum