Help
-
Search
-
Members
-
Calendar
Full Version:
Time in entries script?
Forums
>
Resource Center
>
Support Center
>
Xanga Support
>
Xanga Resolved Topics
xdarkangelx01
Feb 17 2006, 07:51 PM
Is there a script that "hides" the time at the bottom of entries??
talcumpowder
Feb 17 2006, 08:03 PM
CODE
<script language=javascript>
<!--
var links = document.getElementsByTagName ('a');
for (var l = 0; l < links.length; l++) {
str = links[l].innerHTML;
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
if (str.match (/\d+:\d+ (am|pm)/i)) links[l]
if (str.match (/\d+:\d+ (am|pm)/i)) links[l].innerHTML = str.replace (/\d+:\d+ (am|pm)/i, "");
}
//-->
</script>
[
http://www.xanga.com/cb_test
]
^ Like so.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.