DTD 1.5 Enabler *OLD*

Allowed playing of Desktop TD 1.5

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name           DTD 1.5 Enabler *OLD*
// @namespace      arreloco
// @description    Allowed playing of Desktop TD 1.5
// @include        http://www.kongregate.com/games/preecep/desktop-tower-defense-1-5*
// @version 0.0.1.20160331060659
// ==/UserScript==
game = document.getElementById('game_wrapper');
new_game = '<object width="700" height="500" align="middle" id="gamefile" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param value="http://www.armorgames.com/files/games/desktop-tower-defens-1128.swf" name="movie"><param value="high" name="quality"><param value="window" name="wmode"><param value="false" name="allowfullscreen"><param value="" name="flashvars"><embed width="700" height="500" align="middle" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" flashvars="" allowfullscreen="false" wmode="window" name="gamefile" quality="high" src="http://www.armorgames.com/files/games/desktop-tower-defens-1128.swf"></object>'
game.innerHTML = new_game;
//Enjoy your Kong :)