LoginSignup
2
0

More than 5 years have passed since last update.

SoundCloud投稿できない問題の解決(JPN and ENG)

Last updated at Posted at 2018-12-10

solution by english

plz see following page
https://community.soundcloud.com/upload-manage-230060/workaround-for-stacked-processing-7424449

解決方法

解決策だけ見せろやって人向け (Chromeのみ)

  • Google WebStore からTamperMonkeyをインストールする
  • 拡張機能バーからDashboardを選択
    Screen Shot 2018-12-10 at 17.25.47.png

  • + を選択してスクリプト編集ページに移動
    Screen Shot 2018-12-10 at 17.26.51.png

  • 以下を貼り付け

// ==UserScript==
// @name         Workaround for SoundCloud
// @namespace    http://soundcloud.com/
// @version      0.1
// @description  公式で修正されたら削除してね
// @author       Angeart
// @match        https://soundcloud.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.ga = () => {}
})();
  • Saveで保存
    Screen Shot 2018-12-10 at 17.28.56.png

  • 完了〜〜〜

なんかアップロードできなくなった

先日日曜日、意気揚々とブートレグをアップロードしようとしたら"Processing.."のところから進まなくなった

なんでやねーーん

調べたら音雲の設定でGoogle AnalyticsをOFFにしているとモジュールの読み込みが失敗している様

SoundCloudへ

早よ直せ

その他

細かいやり取りは一番上に貼ったリンク先でやってるのでみたい人はどうぞ

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0