This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's General Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Open Topic & United-TI Talk => General Open Topic
Author Message
wchill


Newbie


Joined: 28 Jan 2009
Posts: 1

Posted: 20 May 2010 10:38:02 pm    Post subject:

You need Greasemonkey to run this script.


Code:
// ==UserScript==
// @name           UnitedTI Forum URL Fix
// @namespace      unitedti.org
// @description    Fixes now-invalid UnitedTI forum links
// @version        0.1
// @include        unitedti.org/*
// @include        *.unitedti.org/*
// @include        www.unitedti.org/*
// ==/UserScript==
var dUrl = document.URL;
var newurl;
if(!dUrl.match('unitedti.org/forum')){
  newurl = dUrl.replace('unitedti.org/', 'unitedti.org/forum/')
  window.location.replace(newurl);
}
Back to top
JoeYoung


Advanced Member


Joined: 15 Nov 2008
Posts: 316

Posted: 22 May 2010 10:15:29 pm    Post subject:

welcome to UTI?
Back to top
calcdude84se


Member


Joined: 09 Aug 2009
Posts: 207

Posted: 23 May 2010 09:48:58 am    Post subject:

hurray, script to fix this annoying problem.
Also welcome to UTI.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement