shatgupt / runmycode-ext

Compile and run C, C++, Java, Nodejs, Python, Ruby, Go and PHP code online, directly from Github, Gitlab, Bitbucket, and GoByExample.
https://runmycode.online
MIT License
38 stars 21 forks source link

Broken on BitBucket default show page due to recent HTML structure changes @ BitBucket #8

Open shatgupt opened 6 years ago

shatgupt commented 6 years ago

Extension doesn't anymore recognize the default show page of a file due to recent changes in HTML of the page at BitBucket. For example, now there is no Run button shown on this page: https://bitbucket.org/shatgupt/runmycode-test/src/master/php.php?at=master because it is not being recognized as a supported page since the classes that were being checked are now gone.

Still works on Edit page though.