This file contains hidden or 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
| https://wind4.github.io/vlmcsd/ |
This file contains hidden or 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
| (async () => { | |
| // Find the current video ID from the URL | |
| const match = window.location.pathname.match(/video\/([a-zA-Z0-9]+)/); | |
| if (!match) { | |
| console.log("Video ID not found in URL."); | |
| return; | |
| } | |
| const videoId = match[1]; | |
| // Fetch the metadata endpoint | |
| const metaUrl = `https://www.dailymotion.com/player/metadata/video/${videoId}`; |
This file contains hidden or 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <Config> | |
| <CustomTriggers> | |
| <Trigger Active="True" Regex=" reactions return to normal." SoundData="synnerjism off" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="True" Regex=".(?<Player_100>[^:]+):[^\\]+\\/a says to the group, ?"(?i)Geo (?i)(ward)(?i) (in|cast)" SoundData="Geo Ward" SoundType="3" CategoryRestrict="False" Category=" General" Timer="True" TimerName="Geo Ward" Tabbed="False" /> | |
| <Trigger Active="True" Regex=".* prepares to unleash a mighty barrage in (?<Player>.+?) group's direction!" SoundData="${Player} Cast Bulwark" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="True" Regex=".*?Infuriation of Valor is cast upon you, remove it to save the raid!.*" SoundData="STOP" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="Timer or Tab n |
This file contains hidden or 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
| <CustomTriggers> | |
| <Trigger Active="True" Regex=" Your Familiar has been dismissed" SoundData="Familiar gone" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="True" Regex="#01DFA5A Public Quest will soon begin..." SoundData="Public Quest soon" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="True" Regex="([Bb]alanced [Ss]ynergy)" SoundData="Cast Balanced Synergy" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="False" Regex="completes (Core (Power|Synergy))" SoundData="H O complete" SoundType="3" CategoryRestrict="False" Category=" General" Timer="False" TimerName="" Tabbed="False" /> | |
| <Trigger Active="True" Regex="Defeating this encounter has set your bonus raid mission rewards to 13!" SoundData="Quest reward set" SoundType="3" CategoryRestrict="False" Cat |
This file contains hidden or 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 | |
| $enable_jsonp = false; | |
| $enable_native = false; | |
| $valid_url_regex = '/.*/'; | |
| $url = $_GET['url']; | |
| if ( !$url ) { | |
| // Passed url not specified. |
This file contains hidden or 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
| dim random = MyList.OrderBy(Function(x) Guid.NewGuid()).Take(15) |
This file contains hidden or 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
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <!-- http:// to https:// rule --> | |
| <!--<rule name="HTTP to HTTPS redirect" stopProcessing="true"> | |
| <match url="(.*)" /> | |
| <conditions> | |
| <add input="{HTTPS}" pattern="off" ignoreCase="true" /> | |
| </conditions> | |
| <action type="Redirect" redirectType="Found" url="https://{HTTP_HOST}/{R:1}" /> |
This file contains hidden or 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
| <script type="text/javascript"> | |
| function createCookie(name, value, days) { | |
| if (days) { | |
| var date = new Date(); | |
| date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); | |
| var expires = "; expires=" + date.toGMTString(); | |
| } else var expires = ""; | |
| document.cookie = escape(name) + "=" + escape(value) + expires + "; path=/"; | |
| } |
This file contains hidden or 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
| <%@ Language=VBScript %> | |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <% | |
| ' ***** Which Folder to Share? | |
| ' ********** ********** ********** | |
| sDirectory = "/foldertoshare/" | |
| ' ********** ********** ********** | |
| AllowExt = "all" |
NewerOlder