This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-04-07T02:42:05.224Z","extensionVersion":"v3.2.8"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* A piece of code to help my friends work better. | |
* @author [email protected] (Roduan Kareem Aldeen) | |
* https://www.github.com/RoduanKareemAldeen | |
*/ | |
var element = document.querySelector("div.react_meshim_dashboard_components_navBar_OldServeButton > span"); | |
// this is the mp3 sound (feel free to change it) | |
var src = 'https://www.waleedalrashed.com/sounds/sms.mp3'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Support\Facades\DB; | |
use Illuminate\Support\Facades\Schema; | |
return new class extends Migration | |
{ | |
/** |