Sectroyer, get out of this body
I'm not racist against web browsers or OSes, actually I use a frame based browser (Avant Browser) where I can simultaneously open chrome/ie/ff tabs and change on-the-fly, which is really useful in some cases, especially for debugging. But I personnally use firefox as default in 99% cases, I was thinking of remaining IE users. Yes there are, even if most people wrongly think chrome is the best because "a faster way to browse the web: install chrome" (nb: and toolbars, and spywares...)
Ah yes, another thing, not that important but just to notice it: "Last visit" date/time was previously not really accurate before migration, but since then it never moved anymore
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":) If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!If you want root DISABLE internet access to your device!!!!DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":) If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!If you want root DISABLE internet access to your device!!!!DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
// ==UserScript==
// @name SamyGO Unread
// @namespace http://forum.samygo.tv/
// @include http://forum.samygo.tv/*
// ==/UserScript==
elements= document.getElementsByClassName("action-bar");
elements2= document.getElementsByClassName("breadcrumbs");
if(elements.length)
{
var actionBar=elements[0];
//alert(actionBar);
var unread=document.createElement("a");
unread.href="http://forum.samygo.tv/search.php?search_id=unreadposts";
unread.innerHTML="Unread posts";
unread.style.marginLeft="25px";
unread.style.marginBottom="10px";
actionBar.appendChild(unread);
}
if(elements2.length)
{
//alert(elements2[0].innerHTML);
var crumbsBar=elements2[0];
var newcrumb=document.createElement("span");
newcrumb.className="crumb";
newcrumb.style.marginLeft="25px";
var unread=document.createElement("a");
unread.href="http://forum.samygo.tv/search.php?search_id=unreadposts";
unread.innerHTML="Unread posts";
newcrumb.appendChild(unread);
crumbsBar.appendChild(newcrumb);
}
I do NOT support "latest fw" at ALL. If you have one you should block updates on router and wait for it to STOP being "latest":) If you want me to help you please paste FULL log(s) to "spoiler"/"code" bbcodes or provide link(s) to pasted file(s) on https://pastebin.com Otherwise "NO HELP"!!!If you want root DISABLE internet access to your device!!!!DO NOT EVER INSTALL FIRMWARE UPGRADE !!!!
I don't see anything better, there's still only "unread posts" (twice!) and no automatic translation nor URL retrieval
I know, you're trying to drown my better script amongst tons of crap