@whitesev/utils 2.11.4 → 2.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -240,7 +240,7 @@ var Utils = (function () {
240
240
  const setInterval$1 = (...args) => loadOrReturnBroker().setInterval(...args);
241
241
  const setTimeout$1 = (...args) => loadOrReturnBroker().setTimeout(...args);
242
242
 
243
- const version = "2.11.4";
243
+ const version = "2.11.5";
244
244
 
245
245
  /* eslint-disable */
246
246
  // ==UserScript==
@@ -7514,8 +7514,7 @@ var Utils = (function () {
7514
7514
  }
7515
7515
  async init() {
7516
7516
  let copyStatus = false;
7517
- const requestPermissionStatus = await this.requestClipboardPermission();
7518
- console.log(requestPermissionStatus);
7517
+ await this.requestClipboardPermission();
7519
7518
  if (this.hasClipboard() && (this.hasClipboardWrite() || this.hasClipboardWriteText())) {
7520
7519
  try {
7521
7520
  copyStatus = await this.copyDataByClipboard();