- new great divide event feature - event place cards now have a animated gradient instead of a still gradient - you can now extract textures from an official polytoria item easily in the extension popup (temporarily disabled) - new avatar dimension toggle feature - fixed library-download.js errors due to it trying to run on official polytoria item pages
25 lines
No EOL
811 B
HTML
25 lines
No EOL
811 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<!-- META TAGS -->
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<!-- PUBLIC -->
|
|
<title>Poly+ Settings</title>
|
|
|
|
<!-- RESOURCES -->
|
|
<link rel="stylesheet" href="css/polytoria.css" />
|
|
</head>
|
|
<body style="width: 245px; /*height: 200px;*/">
|
|
<div class="p-2 pt-0">
|
|
<small class="text-muted" style="font-size: 0.7rem;">extract texture from item</small>
|
|
<br>
|
|
<div class="input-group">
|
|
<input type="text" class="form-control form-control-sm" placeholder="Item ID..">
|
|
<button class="btn btn-success btn-sm" id="extract-texture">Extract</button>
|
|
</div>
|
|
</div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html> |