Trianglify Free Download

Trianglify 免费下载脚本,下载高清图片无需付费

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         Trianglify Free Download
// @namespace    https://www.zerodream.net/
// @version      0.1
// @description  Trianglify 免费下载脚本,下载高清图片无需付费
// @author       Akkariin
// @match        https://trianglify.io/
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementsByClassName("Preview_actions__36lSK")[0].innerHTML = `<button class="Preview_ActionButton__AOO_a" onclick="var width = document.querySelectorAll('.Sidebar_row__1k8qe input')[0].value;var height = document.querySelectorAll('.Sidebar_row__1k8qe input')[1].value;var range1 = document.querySelectorAll('input[type=\\'range\\']')[0].value;var range2 = document.querySelectorAll('input[type=\\'range\\']')[1].value;var oA = document.createElement('a');oA.download = 'Pixel-' + range1 + '-' + range2 + '-' + width + 'x' + height + '.png';oA.href = document.querySelector('canvas').toDataURL('image/png');document.body.appendChild(oA);oA.click();oA.remove();"><svg viewBox="0 0 512 512" class="icons_icon__37Bm-"><path d="M288 144v16h112v272H112V160h112v-16H96v304h320V144z"></path><path d="M193.1 252.3l-11.6 11.6 74.5 74.5 74.5-74.5-11.6-11.6-54.7 54.7V64h-16.4v243z"></path></svg> Download</button>`;
})();