Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved?] report button not working
#9
Here is a userscript that fixes it automatically:
    JAVASCRIPT-Code:
// ==UserScript==
// <DVZ_ME#0>        LFE WWW Fix
// <DVZ_ME#1>   http://
// <DVZ_ME#2> Automatically switches to the www subdomain on lf-empire.de
// <DVZ_ME#3>     <a href="http://lf-empire.de/" target="_blank" rel="noopener" class="mycode_url">http://lf-empire.de/</a>*
// <DVZ_ME#4>     1
// <DVZ_ME#5>       none
// ==/UserScript==
 
location.href = 'http://www.'+location.href.substr(7);
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Reply
Thanks given by:


Messages In This Thread
[solved?] report button not working - by Bamboori - 06-06-2016, 05:41 PM
RE: [solved?] report button not working - by Som1Lse - 06-08-2016, 10:50 AM
RE: [solved?] report button not working - by mfc - 06-09-2016, 07:36 AM



Users browsing this thread: 1 Guest(s)