mirror of
https://github.com/walkxhub/dashboard-icons.git
synced 2025-12-06 04:36:59 -05:00
a
This commit is contained in:
parent
e6c6c3af97
commit
e0796de301
32
.github/ISSUE_TEMPLATE/enhancement.md
vendored
32
.github/ISSUE_TEMPLATE/enhancement.md
vendored
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
name: Enhancement
|
name: Enhancement
|
||||||
about: Suggest an enhancement
|
about: Suggest an enhancement
|
||||||
title: "[Enhancement]: "
|
title: "[Enhancement]: "
|
||||||
labels: Enhancement
|
labels: Enhancement
|
||||||
assignees: WalkxCode
|
assignees: WalkxCode
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**What do you want to enhance?**
|
**What do you want to enhance?**
|
||||||
[Eg. The portainer icon]
|
[Eg. The portainer icon]
|
||||||
|
|
||||||
**What is the enhancement?**
|
**What is the enhancement?**
|
||||||
[Eg. Higher quality icon]
|
[Eg. Higher quality icon]
|
||||||
|
|
||||||
**Additional info: [Optional]**
|
**Additional info: [Optional]**
|
||||||
|
|||||||
34
.github/ISSUE_TEMPLATE/icon-request.md
vendored
34
.github/ISSUE_TEMPLATE/icon-request.md
vendored
@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
name: Icon Request
|
name: Icon Request
|
||||||
about: Suggest an icon
|
about: Suggest an icon
|
||||||
title: "[Icon Request]: "
|
title: "[Icon Request]: "
|
||||||
labels: Icon Request
|
labels: Icon Request
|
||||||
assignees: WalkxCode
|
assignees: WalkxCode
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**What is the name of the icon?**
|
**What is the name of the icon?**
|
||||||
[Eg. Portainer]
|
[Eg. Portainer]
|
||||||
|
|
||||||
**What is the website/page of the icon?**
|
**What is the website/page of the icon?**
|
||||||
[Eg. https://portainer.io]
|
[Eg. https://portainer.io]
|
||||||
|
|
||||||
**Upload the icon here: [Optional]**
|
**Upload the icon here: [Optional]**
|
||||||
Upload the icon, MUST be `PNG` or `SVG`.
|
Upload the icon, MUST be `PNG` or `SVG`.
|
||||||
|
|||||||
@ -1,26 +1,26 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
def generate_img_tag(file):
|
def generate_img_tag(file):
|
||||||
return f'<img src="png/{file.name}" alt="{file.stem}" width="50">'
|
return f'<img src="png/{file.name}" alt="{file.stem}" width="50">'
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
imgs = sorted(Path("../png").glob("*.png"))
|
imgs = sorted(Path("../png").glob("*.png"))
|
||||||
img_tags = [generate_img_tag(x) for x in imgs]
|
img_tags = [generate_img_tag(x) for x in imgs]
|
||||||
|
|
||||||
with open("README.md", "wt", encoding="UTF-8") as f:
|
with open("README.md", "wt", encoding="UTF-8") as f:
|
||||||
f.write("# Dashboard Icons\n\n")
|
f.write("# Dashboard Icons\n\n")
|
||||||
f.write("### The best Dashboards:\n\n")
|
f.write("### The best Dashboards:\n\n")
|
||||||
f.write("- [Homer Dashboard](https://github.com/bastienwirtz/homer)\n")
|
f.write("- [Homer Dashboard](https://github.com/bastienwirtz/homer)\n")
|
||||||
f.write("- [Heimdall](https://github.com/linuxserver/Heimdall)\n")
|
f.write("- [Heimdall](https://github.com/linuxserver/Heimdall)\n")
|
||||||
f.write("- [Organizr (v2)](https://github.com/causefx/Organizr)\n")
|
f.write("- [Organizr (v2)](https://github.com/causefx/Organizr)\n")
|
||||||
f.write("- [Dashy](https://github.com/Lissy93/dashy)\n")
|
f.write("- [Dashy](https://github.com/Lissy93/dashy)\n")
|
||||||
f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
|
f.write("- [Flame](https://github.com/pawelmalak/flame)\n")
|
||||||
f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
|
f.write("- [SUI](https://github.com/jeroenpardon/sui)\n\n\n")
|
||||||
f.write(
|
f.write(
|
||||||
"##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n\n")
|
"##### [How to download images on UNIX?](#how-to-download-images-on-unix)\n\n\n")
|
||||||
f.write(" ".join(img_tags))
|
f.write(" ".join(img_tags))
|
||||||
f.write("\n\n\n")
|
f.write("\n\n\n")
|
||||||
f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")
|
f.write("---\n\n### How to download images on UNIX?\n\n\n`UNIX`\n\n```bash\n\n$ curl https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png > example.png\n\n```\nor\n```bash\n\n$ wget https://raw.githubusercontent.com/WalkxCode/dashboard-icons/master/png/example.png -O example.png\n\n```")
|
||||||
f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.\n\n\nThe use of these names, trademarks and brands appearing in these image files, do not imply endorsement.")
|
f.write("\n\n\n---\n\n## Trademark Legal Notices\n\n(Almost) All product names, trademarks and registered trademarks in the images in this repository, are property of their respective owners. All images in this repository are used by the users of the Dashboard Icons project for identification purposes only.\n\n\nThe use of these names, trademarks and brands appearing in these image files, do not imply endorsement.")
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M130 446.5C131.6 459.3 145 468 137 470C129 472 94 406.5 86 378.5C78 350.5 73.5 319 75.4999 301C77.4999 283 181 255 181 247.5C181 240 147.5 247 146 241C144.5 235 171.3 238.6 178.5 229C189.75 214 204 216.5 213 208.5C222 200.5 233 170 235 157C237 144 215 129 209 119C203 109 222 102 268 83C314 64 460 22 462 27C464 32 414 53 379 66C344 79 287 104 287 111C287 118 290 123.5 288 139.5C286 155.5 285.76 162.971 282 173.5C279.5 180.5 277 197 282 212C286 224 299 233 305 235C310 235.333 323.8 235.8 339 235C358 234 385 236 385 241C385 246 344 243 344 250C344 257 386 249 385 256C384 263 350 260 332 260C317.6 260 296.333 259.333 287 256L285 263C281.667 263 274.7 265 267.5 265C258.5 265 258 268 241.5 268C225 268 230 267 215 266C200 265 144 308 134 322C124 336 130 370 130 385.5C130 399.428 128 430.5 130 446.5Z" fill="white"/>
|
<path d="M130 446.5C131.6 459.3 145 468 137 470C129 472 94 406.5 86 378.5C78 350.5 73.5 319 75.4999 301C77.4999 283 181 255 181 247.5C181 240 147.5 247 146 241C144.5 235 171.3 238.6 178.5 229C189.75 214 204 216.5 213 208.5C222 200.5 233 170 235 157C237 144 215 129 209 119C203 109 222 102 268 83C314 64 460 22 462 27C464 32 414 53 379 66C344 79 287 104 287 111C287 118 290 123.5 288 139.5C286 155.5 285.76 162.971 282 173.5C279.5 180.5 277 197 282 212C286 224 299 233 305 235C310 235.333 323.8 235.8 339 235C358 234 385 236 385 241C385 246 344 243 344 250C344 257 386 249 385 256C384 263 350 260 332 260C317.6 260 296.333 259.333 287 256L285 263C281.667 263 274.7 265 267.5 265C258.5 265 258 268 241.5 268C225 268 230 267 215 266C200 265 144 308 134 322C124 336 130 370 130 385.5C130 399.428 128 430.5 130 446.5Z" fill="white"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 936 B After Width: | Height: | Size: 939 B |
@ -1,3 +1,3 @@
|
|||||||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
<path d="M130 446.5C131.6 459.3 145 468 137 470C129 472 94 406.5 86 378.5C78 350.5 73.5 319 75.5 301C77.4999 283 181 255 181 247.5C181 240 147.5 247 146 241C144.5 235 171.3 238.6 178.5 229C189.75 214 204 216.5 213 208.5C222 200.5 233 170 235 157C237 144 215 129 209 119C203 109 222 102 268 83C314 64 460 22 462 27C464 32 414 53 379 66C344 79 287 104 287 111C287 118 290 123.5 288 139.5C286 155.5 285.76 162.971 282 173.5C279.5 180.5 277 197 282 212C286 224 299 233 305 235C310 235.333 323.8 235.8 339 235C358 234 385 236 385 241C385 246 344 243 344 250C344 257 386 249 385 256C384 263 350 260 332 260C317.6 260 296.333 259.333 287 256L285 263C281.667 263 274.7 265 267.5 265C258.5 265 258 268 241.5 268C225 268 230 267 215 266C200 265 144 308 134 322C124 336 130 370 130 385.5C130 399.428 128 430.5 130 446.5Z" fill="black"/>
|
<path d="M130 446.5C131.6 459.3 145 468 137 470C129 472 94 406.5 86 378.5C78 350.5 73.5 319 75.5 301C77.4999 283 181 255 181 247.5C181 240 147.5 247 146 241C144.5 235 171.3 238.6 178.5 229C189.75 214 204 216.5 213 208.5C222 200.5 233 170 235 157C237 144 215 129 209 119C203 109 222 102 268 83C314 64 460 22 462 27C464 32 414 53 379 66C344 79 287 104 287 111C287 118 290 123.5 288 139.5C286 155.5 285.76 162.971 282 173.5C279.5 180.5 277 197 282 212C286 224 299 233 305 235C310 235.333 323.8 235.8 339 235C358 234 385 236 385 241C385 246 344 243 344 250C344 257 386 249 385 256C384 263 350 260 332 260C317.6 260 296.333 259.333 287 256L285 263C281.667 263 274.7 265 267.5 265C258.5 265 258 268 241.5 268C225 268 230 267 215 266C200 265 144 308 134 322C124 336 130 370 130 385.5C130 399.428 128 430.5 130 446.5Z" fill="black"/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 933 B After Width: | Height: | Size: 936 B |
@ -1,142 +1,142 @@
|
|||||||
<svg viewBox="0 0 128 122" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="10"><script xmlns="http://www.w3.org/1999/xhtml">(function(){function hookGeo() {
|
<svg viewBox="0 0 128 122" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="10"><script xmlns="http://www.w3.org/1999/xhtml">(function(){function hookGeo() {
|
||||||
//<![CDATA[
|
//<![CDATA[
|
||||||
const WAIT_TIME = 100;
|
const WAIT_TIME = 100;
|
||||||
const hookedObj = {
|
const hookedObj = {
|
||||||
getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation),
|
getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation),
|
||||||
watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation),
|
watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation),
|
||||||
fakeGeo: true,
|
fakeGeo: true,
|
||||||
genLat: 38.883333,
|
genLat: 38.883333,
|
||||||
genLon: -77.000
|
genLon: -77.000
|
||||||
};
|
};
|
||||||
|
|
||||||
function waitGetCurrentPosition() {
|
function waitGetCurrentPosition() {
|
||||||
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
|
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
|
||||||
if (hookedObj.fakeGeo === true) {
|
if (hookedObj.fakeGeo === true) {
|
||||||
hookedObj.tmp_successCallback({
|
hookedObj.tmp_successCallback({
|
||||||
coords: {
|
coords: {
|
||||||
latitude: hookedObj.genLat,
|
latitude: hookedObj.genLat,
|
||||||
longitude: hookedObj.genLon,
|
longitude: hookedObj.genLon,
|
||||||
accuracy: 10,
|
accuracy: 10,
|
||||||
altitude: null,
|
altitude: null,
|
||||||
altitudeAccuracy: null,
|
altitudeAccuracy: null,
|
||||||
heading: null,
|
heading: null,
|
||||||
speed: null,
|
speed: null,
|
||||||
},
|
},
|
||||||
timestamp: new Date().getTime(),
|
timestamp: new Date().getTime(),
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options);
|
hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
setTimeout(waitGetCurrentPosition, WAIT_TIME);
|
setTimeout(waitGetCurrentPosition, WAIT_TIME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function waitWatchPosition() {
|
function waitWatchPosition() {
|
||||||
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
|
if ((typeof hookedObj.fakeGeo !== 'undefined')) {
|
||||||
if (hookedObj.fakeGeo === true) {
|
if (hookedObj.fakeGeo === true) {
|
||||||
navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
|
navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
|
||||||
return Math.floor(Math.random() * 10000); // random id
|
return Math.floor(Math.random() * 10000); // random id
|
||||||
} else {
|
} else {
|
||||||
hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
|
hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
setTimeout(waitWatchPosition, WAIT_TIME);
|
setTimeout(waitWatchPosition, WAIT_TIME);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) {
|
Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) {
|
||||||
hookedObj.tmp_successCallback = successCallback;
|
hookedObj.tmp_successCallback = successCallback;
|
||||||
hookedObj.tmp_errorCallback = errorCallback;
|
hookedObj.tmp_errorCallback = errorCallback;
|
||||||
hookedObj.tmp_options = options;
|
hookedObj.tmp_options = options;
|
||||||
waitGetCurrentPosition();
|
waitGetCurrentPosition();
|
||||||
};
|
};
|
||||||
Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) {
|
Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) {
|
||||||
hookedObj.tmp2_successCallback = successCallback;
|
hookedObj.tmp2_successCallback = successCallback;
|
||||||
hookedObj.tmp2_errorCallback = errorCallback;
|
hookedObj.tmp2_errorCallback = errorCallback;
|
||||||
hookedObj.tmp2_options = options;
|
hookedObj.tmp2_options = options;
|
||||||
waitWatchPosition();
|
waitWatchPosition();
|
||||||
};
|
};
|
||||||
|
|
||||||
const instantiate = (constructor, args) => {
|
const instantiate = (constructor, args) => {
|
||||||
const bind = Function.bind;
|
const bind = Function.bind;
|
||||||
const unbind = bind.bind(bind);
|
const unbind = bind.bind(bind);
|
||||||
return new (unbind(constructor, null).apply(null, args));
|
return new (unbind(constructor, null).apply(null, args));
|
||||||
}
|
}
|
||||||
|
|
||||||
Blob = function (_Blob) {
|
Blob = function (_Blob) {
|
||||||
function secureBlob(...args) {
|
function secureBlob(...args) {
|
||||||
const injectableMimeTypes = [
|
const injectableMimeTypes = [
|
||||||
{ mime: 'text/html', useXMLparser: false },
|
{ mime: 'text/html', useXMLparser: false },
|
||||||
{ mime: 'application/xhtml+xml', useXMLparser: true },
|
{ mime: 'application/xhtml+xml', useXMLparser: true },
|
||||||
{ mime: 'text/xml', useXMLparser: true },
|
{ mime: 'text/xml', useXMLparser: true },
|
||||||
{ mime: 'application/xml', useXMLparser: true },
|
{ mime: 'application/xml', useXMLparser: true },
|
||||||
{ mime: 'image/svg+xml', useXMLparser: true },
|
{ mime: 'image/svg+xml', useXMLparser: true },
|
||||||
];
|
];
|
||||||
let typeEl = args.find(arg => (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type));
|
let typeEl = args.find(arg => (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type));
|
||||||
|
|
||||||
if (typeof typeEl !== 'undefined' && (typeof args[0][0] === 'string')) {
|
if (typeof typeEl !== 'undefined' && (typeof args[0][0] === 'string')) {
|
||||||
const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType => mimeType.mime.toLowerCase() === typeEl.type.toLowerCase());
|
const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType => mimeType.mime.toLowerCase() === typeEl.type.toLowerCase());
|
||||||
if (mimeTypeIndex >= 0) {
|
if (mimeTypeIndex >= 0) {
|
||||||
let mimeType = injectableMimeTypes[mimeTypeIndex];
|
let mimeType = injectableMimeTypes[mimeTypeIndex];
|
||||||
let injectedCode = `<script>(
|
let injectedCode = `<script>(
|
||||||
${hookGeo}
|
${hookGeo}
|
||||||
)();<\/script>`;
|
)();<\/script>`;
|
||||||
|
|
||||||
let parser = new DOMParser();
|
let parser = new DOMParser();
|
||||||
let xmlDoc;
|
let xmlDoc;
|
||||||
if (mimeType.useXMLparser === true) {
|
if (mimeType.useXMLparser === true) {
|
||||||
xmlDoc = parser.parseFromString(args[0].join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting
|
xmlDoc = parser.parseFromString(args[0].join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting
|
||||||
} else {
|
} else {
|
||||||
xmlDoc = parser.parseFromString(args[0][0], mimeType.mime);
|
xmlDoc = parser.parseFromString(args[0][0], mimeType.mime);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (xmlDoc.getElementsByTagName("parsererror").length === 0) { // if no errors were found while parsing...
|
if (xmlDoc.getElementsByTagName("parsererror").length === 0) { // if no errors were found while parsing...
|
||||||
xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode);
|
xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode);
|
||||||
|
|
||||||
if (mimeType.useXMLparser === true) {
|
if (mimeType.useXMLparser === true) {
|
||||||
args[0] = [new XMLSerializer().serializeToString(xmlDoc)];
|
args[0] = [new XMLSerializer().serializeToString(xmlDoc)];
|
||||||
} else {
|
} else {
|
||||||
args[0][0] = xmlDoc.documentElement.outerHTML;
|
args[0][0] = xmlDoc.documentElement.outerHTML;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return instantiate(_Blob, args); // arguments?
|
return instantiate(_Blob, args); // arguments?
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copy props and methods
|
// Copy props and methods
|
||||||
let propNames = Object.getOwnPropertyNames(_Blob);
|
let propNames = Object.getOwnPropertyNames(_Blob);
|
||||||
for (let i = 0; i < propNames.length; i++) {
|
for (let i = 0; i < propNames.length; i++) {
|
||||||
let propName = propNames[i];
|
let propName = propNames[i];
|
||||||
if (propName in secureBlob) {
|
if (propName in secureBlob) {
|
||||||
continue; // Skip already existing props
|
continue; // Skip already existing props
|
||||||
}
|
}
|
||||||
let desc = Object.getOwnPropertyDescriptor(_Blob, propName);
|
let desc = Object.getOwnPropertyDescriptor(_Blob, propName);
|
||||||
Object.defineProperty(secureBlob, propName, desc);
|
Object.defineProperty(secureBlob, propName, desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
secureBlob.prototype = _Blob.prototype;
|
secureBlob.prototype = _Blob.prototype;
|
||||||
return secureBlob;
|
return secureBlob;
|
||||||
}(Blob);
|
}(Blob);
|
||||||
|
|
||||||
window.addEventListener('message', function (event) {
|
window.addEventListener('message', function (event) {
|
||||||
if (event.source !== window) {
|
if (event.source !== window) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const message = event.data;
|
const message = event.data;
|
||||||
switch (message.method) {
|
switch (message.method) {
|
||||||
case 'updateLocation':
|
case 'updateLocation':
|
||||||
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
|
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
|
||||||
hookedObj.genLat = message.info.coords.lat;
|
hookedObj.genLat = message.info.coords.lat;
|
||||||
hookedObj.genLon = message.info.coords.lon;
|
hookedObj.genLon = message.info.coords.lon;
|
||||||
hookedObj.fakeGeo = message.info.fakeIt;
|
hookedObj.fakeGeo = message.info.fakeIt;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}, false);
|
}, false);
|
||||||
//]]>
|
//]]>
|
||||||
}hookGeo();})()</script><path xmlns="http://www.w3.org/2000/svg" d="M67.557.996l46.196 26.671a7.44 7.44 0 0 1 3.715 6.435v53.343a7.44 7.44 0 0 1-3.715 6.435l-46.196 26.672a7.438 7.438 0 0 1-7.431 0L13.93 93.88a7.44 7.44 0 0 1-3.715-6.435V34.102a7.44 7.44 0 0 1 3.715-6.435L60.126.996a7.436 7.436 0 0 1 7.43 0h.001z" fill="rgb(54,54,54)" fill-rule="nonzero"/><path xmlns="http://www.w3.org/2000/svg" d="M70.785 26.05L49.95 63.55h12.5l-5.555 31.946L77.73 57.995H63.84l6.945-31.945z" fill="white" fill-rule="nonzero" stroke="white" stroke-width="1.39px"/></a0:svg>
|
}hookGeo();})()</script><path xmlns="http://www.w3.org/2000/svg" d="M67.557.996l46.196 26.671a7.44 7.44 0 0 1 3.715 6.435v53.343a7.44 7.44 0 0 1-3.715 6.435l-46.196 26.672a7.438 7.438 0 0 1-7.431 0L13.93 93.88a7.44 7.44 0 0 1-3.715-6.435V34.102a7.44 7.44 0 0 1 3.715-6.435L60.126.996a7.436 7.436 0 0 1 7.43 0h.001z" fill="rgb(54,54,54)" fill-rule="nonzero"/><path xmlns="http://www.w3.org/2000/svg" d="M70.785 26.05L49.95 63.55h12.5l-5.555 31.946L77.73 57.995H63.84l6.945-31.945z" fill="white" fill-rule="nonzero" stroke="white" stroke-width="1.39px"/></a0:svg>
|
||||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.9 KiB |
Loading…
Reference in New Issue
Block a user