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
Dim swApp As Object | |
Option Explicit | |
Sub main() | |
Dim swApp As SldWorks.SldWorks | |
Dim swModel As SldWorks.ModelDoc2 | |
Dim swModView As SldWorks.ModelView | |
Set swApp = Application.SldWorks | |
Set swModel = swApp.ActiveDoc |
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
// ==UserScript== | |
// @name Google Search Maps Fix | |
// @namespace http://tampermonkey.net/ | |
// @version 2024-04-03 | |
// @description Bring Google maps button back and make the map thumbnail clickable | |
// @author Daan Grashoff / Delivator / moridinbg | |
// @match https://www.google.com/search* | |
// @include https://www.google.tld/search* | |
// @icon https://www.google.com/images/branding/googleg/1x/googleg_standard_color_128dp.png | |
// @grant none |