NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Red Theme Persiantools Beta-zero // @namespace Red Theme Persiantools Beta-zero // @description the old red look alike Xenforo-iec persiantools // @include https://forum.persianools.com/* // @include https://www.forum.persianools.com/* // @include www.forum.persianools.com/* // @include http://forum.persianools.com/* // @version 1 // @grant none // ==/UserScript== var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/8265de36/97944fe35f25541143ea53d4084146e9.css'; document.getElementsByTagName("HEAD")[0].appendChild(link); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/4d6125dd/c2a50bf01042476b45b52e6930f0c29d.css'; document.getElementsByTagName("HEAD")[0].appendChild(link); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/4d6125dd/7a845cceadb2a4730513ea36cde15b26.css'; document.getElementsByTagName("HEAD")[0].appendChild(link); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/4d6125dd/pt.css'; document.getElementsByTagName("HEAD")[0].appendChild(link); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/1b02ef50/1f1419a53bf1064361491a47ab3ac4d7.css'; document.getElementsByTagName("HEAD")[0].appendChild(link); var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'https://cdn.rawgit.com/new24/persiantools/df3b7460/4992b8ccc2906d065aaa0651ff704bef.css'; document.getElementsByTagName("HEAD")[0].appendChild(link);