| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
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
| - Open Notepad. | |
| - Copy everything from the comment below and paste it in Notepad. | |
| - Press X to close Notepad, it will ask you to save the file. | |
| - Choose an appropriate name eg. TransMac_Reset_Trial.cmd | |
| You can place the file whatever you like as long as you have installed TransMac in the default install path. | |
| You can also put TransMac_Reset_Trial.cmd in the same directory as TransMac.exe and run it from there. | |
| This is useful if you want to put TransMac.exe in another path than default. |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser-arcade-physics.min.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| var config = { | |
| type: Phaser.AUTO, |