Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit bcdfd88

Browse files
authored
Merge pull request #324 from IDotD/fixing-iframe-domain
Update loader.js
2 parents 02e1ea5 + c2b5ad5 commit bcdfd88

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/loader.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name Idrinth's DotD Script
33
// @description A userscript for the game Dawn of the Dragons which provides multiple useful tools, like time-saving raid catching, private chatrooms and much more to discover, see the manual at https://idotd.github.io/
44
// @author Idrinth
5-
// @version 2.3.0
5+
// @version 2.3.1
66
// @grant none
77
// @hompage https://dotd.idrinth.de
88
// @include http://www.kongregate.com/games/5thplanetgames/dawn-of-the-dragons*
@@ -26,11 +26,13 @@
2626
// @include http://50.18.191.15/*
2727
// @include https://web1.dawnofthedragons.com/*
2828
// @include https://50.18.191.15/*
29+
// @include https://dotd-web1.5thplanetgames.com/*
2930
// ==/UserScript==
3031
(function() {
3132
if (
3233
window.location.host === "50.18.191.15" ||
33-
window.location.host === "web1.dawnofthedragons.com"
34+
window.location.host === "web1.dawnofthedragons.com" ||
35+
window.location.host === "dotd-web1.5thplanetgames.com"
3436
) {
3537
window.idrinth = {};
3638
window.idrinth.add = function(data) {

0 commit comments

Comments
 (0)