blog.world3.net

Category Archives: Internet

« Older posts

Ebay location script fix

27/01/2012 – 18:32

Ebay broke it, I fixed it… Greasemonkey as usual. // ==UserScript== // @name           Ebay-Location-Route // @namespace      www.ebay.co.uk // @description    Adds a link for the item location on google maps // @include       http://*ebay.* // ==/UserScript== // Version 0.5 // author: knoe/MoJo //Configuration var home = “Nowhere”; //home var blank = false;                   //open [...]

By mojo | Comments (0)

The Novatech website is shit

19/01/2012 – 10:45

Just popped on to the Novatech site to check some prices and noticed how shit it is. For example, if you look at SSDs there is no capacity category, you can only filter by price range or manufacturer. That was crappy back in 1998, and 14 years later it is pretty much unforgivable. Novatech isn’t [...]

By mojo | Also posted in idiots | Comments (0)

Google can’t spell

24/09/2011 – 23:06

Been a bit slow with updates lately. Anyway, apparently Google can’t spell:   Google tries to make suggestions based on what it has scanned from web pages, but it seems that they didn’t filter out common errors… Google, U R TEH DUMB LOL Still, Google docs is excellent. Now you can upload any filetype I [...]

By mojo | Also posted in idiots | Comments (0)

Fixing PHP in HTML files on Knet

21/07/2011 – 18:52

Knet recently updated something and broke my .htaccess file which was allowing PHP in .html files. Spent ages looking for a solution and eventually found this on a random blog post: AddHandler application/x-httpd-php5 /cgi-sys/php5 .php .htm .html Update 03/08/2011: They broke it again, this is now required to fix: AddHandler application/x-httpd-php5 .htm .html

By mojo | Comments (0)

Add Google Maps link to eBay listings

21/01/2011 – 16:43

Greasemonkey FTW. Add your location to the home declaration. // ==UserScript== // @name           Ebay-Location-Route // @namespace      www.ebay.de // @description    Adds a link for the item location on google maps // @include       http://*ebay.* // ==/UserScript== // Version 0.4 // author: knoe, fixes by MoJo //Configuration var home = “mah house”; //home var blank = false;       [...]

By mojo | Also posted in software | Comments (0)

Transfer Read It Later to Instapaper

28/12/2010 – 19:06

I decided to switch from ReadItLater.com to Instapaper and needed to move all my links over. There does not seem to be any way to do it so I made one. Simply run the following script, entering your personal data in the relevant places: curl -k “https://readitlaterlist.com/v2/get?username=[user]&password=[pass]&apikey=[key]&since=1245638446″ >ril.txt tr “{}” “\n ” <ril.txt >ril2.txt tr [...]

By mojo | Also posted in software | Comments (0)

Google does not check Street View removal requests

11/11/2010 – 17:06

All you need to submit a content removal request for images on Google Street View is an email address. The is no other validation, meaning you can remove anything you want to. Well, perhaps not anything… The Albert Hall might be going too far (unless you claim to be a person in the image) but [...]

By mojo | Also posted in privacy, security | Comments (0)

Miranda IM automatic update script

28/08/2010 – 18:45

Found a useful script to auto-update Miranda IM. They really should create an update system for it. I modified the script to work on my system and with newer releases in 7zip format. chdir /D update c:\portable\gnu\wget.exe http://code.google.com/p/miranda/downloads/list -O data.txt type data.txt|findstr /i unicode.7z 1> data1.txt del data.txt ren data1.txt data.txt c:\portable\gnu\wget.exe –force-html -c -i [...]

By mojo | Also posted in software, windows | Comments (0)

PayPal – no protection after 45 days!

25/06/2010 – 19:31

In the EU everything electrical comes with a two year warranty. I bought an MSF receiver module on eBay. It arrived from overseas and it took me a couple of weeks to get around to testing it when I realised it did not work. I opened a PayPal dispute and they closed it because it [...]

By mojo | Also posted in law | Comments (0)

Bliss Box violating my copyright, GPL and more

13/05/2010 – 17:26

I just spotted this: http://spawnlinux.dyndns.org/Bliss-Box/technical.html It violates my copyright on some of the images such as the schematic and connector diagrams. It also violates the GPL by using V-USB and not publishing the relevant code. Chances are it probably uses some of my GPL’ed code, and the author admitted that it is based off some [...]

By mojo | Also posted in electronics, law | Comments (0)
« Older posts
たとえ溺れても梦はゆめでしかない
  •  

    February 2012
    M T W T F S S
    « Jan    
     12345
    6789101112
    13141516171819
    20212223242526
    272829  
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
  • Categories

    • audio (1)
    • avr (20)
    • BBC (1)
    • electronics (29)
    • genius (4)
    • hardware (22)
    • idiots (39)
    • Internet (21)
    • law (20)
    • microcontrollers (12)
    • networking (17)
    • politics (29)
    • privacy (19)
    • Retro Adapter (5)
    • security (17)
    • software (32)
    • Uncategorized (18)
    • windows (25)
  • Archives

    • February 2012
    • January 2012
    • December 2011
    • November 2011
    • October 2011
    • September 2011
    • July 2011
    • June 2011
    • May 2011
    • March 2011
    • January 2011
    • December 2010
    • November 2010
    • August 2010
    • July 2010
    • June 2010
    • May 2010
    • April 2010
    • March 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • November 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • November 2005
  • Links:

    Main site: world3.net

    Electronics: denki.world3.net

WordPress | Sandbox