*** Multi-Browser OcUK Shopping Cart Bookmarklet (similar to the Chrome extension) ***

Pho

Pho

Soldato
OP
Joined
18 Oct 2002
Posts
9,324
Location
Derbyshire
Hi all,

Some of you may have heard that Google Code is shutting down in the next few months. I've migrated the project over to Github instead where it should be much safer :).

https://github.com/akiller/ocuk-shopping-cart-to-forum-converter

Could a few people please test this out for me to check it works? It's exactly the same version but now pointed at the Github servers instead. If it works OK I'll update the original post with the new links.

You'll need to reinstall your bookmarklet using the JavaScript code on the Github page above.

Thank you :).
 

Pho

Pho

Soldato
OP
Joined
18 Oct 2002
Posts
9,324
Location
Derbyshire
Ah. Seems you can't hotlink from github.com with Chrome.

I've switched to hotlinking it to rawgit.com now instead which sets the necessary mime type to keep Chrome happy.

Could you reinstall the bookmarklet link please? Cheers :).
 
Last edited:
Soldato
Joined
18 Oct 2002
Posts
7,781
Location
Surrey
Ah. Seems you can't hotlink from github.com with Chrome.

I've switched to hotlinking it from rawgit.com now instead which sets the necessary mime type to keep Chrome happy.

Could you reinstall the bookmarklet link please? Cheers :).

Good stuff - all works. Thanks :D

YOUR BASKET
1 x Intel Core i5-4590 3.30GHz (Haswell) Socket LGA1150 Processor - Retail £157.99
1 x Powercolor Radeon R9 270 TurboDUO 2048MB GDDR5 PCI-Express Graphics Card £113.99
1 x AOC E2470SWDA 23.6" Widescreen LED Monitor - Black £104.99
1 x Microsoft Windows 8.1 64-Bit DVD - OEM (WN7-00614) £77.99
1 x Gigabyte Z97P-D3 Intel Z97 (Socket 1150) DDR3 ATX Motherboard £62.99
1 x Western Digital Caviar Blue 1TB SATA 6Gb/s 64MB Cache WD10EZEX - OEM ** Single Platter ** HDD £46.99
1 x Kingston HyperX Savage Red 8GB (2x4GB) DDR3 PC3-19200C11 2400MHz Dual Channel Kit (HX324C11SRK2/8) £46.99
1 x Antec VP450P 450W 85% Efficient Continuous Power Supply £33.95
1 x BitFenix Neos ATX Tower Black/Black £29.99
1 x LG 24x DVD±RW SATA ReWriter (Black) - OEM GH24NSC0.AUAA10B £13.99
Total : £711.28 (includes shipping : £17.85).

 

Pho

Pho

Soldato
OP
Joined
18 Oct 2002
Posts
9,324
Location
Derbyshire
Not really. Used to be with Chrome, but not anymore. The clipboard area is client protected. Probably for your own good.

I believe you can do it in Internet Explorer, in fact there's actually code in the bookmarket to attempt to set the clipboard (as below) but for Chrome, Firefox etc most websites make use of a hidden flash applet to do it :(.

Code:
if (window.clipboardData && window.clipboardData.getData)
	window.clipboardData.setData("Text", cartBBCode);


I always wondered how forum users were showing baskets in their posts.....why on earth isn't this thread a sticky?

No idea, you'd think it would be by now really Who wants to set-up a change.org petition? :p
 
Back
Top Bottom